Cleanup that namespacing mess
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Componentised.pm
index 57b143b..7e398ca 100644 (file)
@@ -5,9 +5,12 @@ use strict;
 use warnings;
 
 use base 'Class::C3::Componentised';
-use Carp::Clan qw/^DBIx::Class|^Class::C3::Componentised/;
 use mro 'c3';
 
+use Carp::Clan qw/^DBIx::Class|^Class::C3::Componentised/;
+use namespace::clean;
+
+
 my $warned;
 
 # this warns of subtle bugs introduced by UTF8Columns hacky handling of store_column