provide interface definition role and update translator to check for it
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / Translator / Driver / Scramble.pm
index 1501013..c6e0b6e 100644 (file)
@@ -36,6 +36,8 @@ sub _scramble_block {
 
 use namespace::clean -except => 'meta';
 
+with 'LolCatalyst::Lite::Interface::TranslationDriver';
+
 sub translate {
   my ($self, $text) = @_;
   _scramble_block(\$text);