Added use strict / use warnings everywhere it was missing
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Componentised.pm
index fa9b7d9..a42befc 100644 (file)
@@ -1,6 +1,9 @@
 package # hide from PAUSE 
     DBIx::Class::Componentised;
 
+use strict;
+use warnings;
+
 use Class::C3;
 
 sub inject_base {