move from no Moose[::Role] to use namespace::autoclean
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI.pm
index 96f25a1..f81aebc 100644 (file)
@@ -1,4 +1,5 @@
 package SQL::Translator::Parser::DBI;
+use namespace::autoclean;
 use Moose::Role;
 use MooseX::Types::Moose qw(Maybe Str);
 use DBI::Const::GetInfoType;
@@ -41,8 +42,6 @@ has 'catalog_name' => (
   default => undef
 );
 
-no Moose::Role;
-
 sub _subclass {
     my $self = shift;