Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / MyFoo.pm
index 28c3433..11a4feb 100644 (file)
@@ -1,12 +1,13 @@
 package # hide from PAUSE
     MyFoo;
 
+use warnings;
+use strict;
+
 use base 'MyBase';
 
 use Date::Simple 3.03;
 
-use strict;
-
 __PACKAGE__->set_table();
 __PACKAGE__->columns(All => qw/myid name val tdate/);
 __PACKAGE__->has_a(