X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FLolCatalyst%2FLite%2FInterface%2FTranslationDriver.pm;fp=lib%2FLolCatalyst%2FLite%2FInterface%2FTranslationDriver.pm;h=295028cee2f740294ffebd595da738f56bcfc967;hb=d0dd2387fed0dc4a2775282d7c6b06ee241a947e;hp=0000000000000000000000000000000000000000;hpb=bf9608375da7561c1ad29886f4df138465529222;p=catagits%2Fcatbook-code.git diff --git a/lib/LolCatalyst/Lite/Interface/TranslationDriver.pm b/lib/LolCatalyst/Lite/Interface/TranslationDriver.pm new file mode 100644 index 0000000..295028c --- /dev/null +++ b/lib/LolCatalyst/Lite/Interface/TranslationDriver.pm @@ -0,0 +1,8 @@ +package LolCatalyst::Lite::Interface::TranslationDriver; + +use Moose::Role; +use namespace::clean -except => 'meta'; + +requires 'translate'; + +1;