zbys Postgres casecheck patch
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / CDBICompat / AttributeAPI.pm
index edcc2e1..b3d4752 100644 (file)
@@ -1,6 +1,9 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     DBIx::Class::CDBICompat::AttributeAPI;
 
+use strict;
+use warnings;
+
 sub _attrs {
   my ($self, @atts) = @_;
   return @{$self->{_column_data}}{@atts};