Added use strict / use warnings everywhere it was missing
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / AttributeAPI.pm
index edcc2e1..09c955f 100644 (file)
@@ -1,6 +1,9 @@
 package # hide from PAUSE 
     DBIx::Class::CDBICompat::AttributeAPI;
 
+use strict;
+use warnings;
+
 sub _attrs {
   my ($self, @atts) = @_;
   return @{$self->{_column_data}}{@atts};