X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FComponentised.pm;h=0fb91ad010fa7c06c0e63fe315274608ceacb830;hb=90c9dd1da2eab272f75dc62a504f378a07737218;hp=be0d668abf4a0451aa51d0f11ed44aed4cafbcad;hpb=70c288086248e5a4008490df22a56632341f2473;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Componentised.pm b/lib/DBIx/Class/Componentised.pm index be0d668..0fb91ad 100644 --- a/lib/DBIx/Class/Componentised.pm +++ b/lib/DBIx/Class/Componentised.pm @@ -8,6 +8,7 @@ use base 'Class::C3::Componentised'; use mro 'c3'; use DBIx::Class::Carp '^DBIx::Class|^Class::C3::Componentised'; +use namespace::clean; # this warns of subtle bugs introduced by UTF8Columns hacky handling of store_column # if and only if it is placed before something overriding store_column