Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / 22-self_referential.t
index 6a99acd..1538ef4 100644 (file)
@@ -1,6 +1,6 @@
-use Test::More;
-
 use strict;
+use warnings;
+use Test::More;
 
 use lib 't/cdbi/testlib';
 use Actor;