Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / MyStarLinkMCPK.pm
index 0b7f55a..1173163 100644 (file)
@@ -1,13 +1,14 @@
 package # hide from PAUSE
     MyStarLinkMCPK;
 
+use warnings;
+use strict;
+
 use base 'MyBase';
 
 use MyStar;
 use MyFilm;
 
-use strict;
-
 # This is a many-to-many mapping table that uses the two foreign keys
 # as its own primary key - there's no extra 'auto-inc' column here