move drivers to better namespace
[catagits/catbook-code.git] / lib / LolCatalyst / Lite / Translator.pm
index aada7fc..2bf220a 100644 (file)
@@ -15,7 +15,7 @@ has '_translators' => (
 
 sub _build__translators {
   my ($self) = @_;
-  my $base = __PACKAGE__;
+  my $base = __PACKAGE__.'::Driver';
   my $mp = Module::Pluggable::Object->new(
     search_path => [ $base ]
   );