Apparently -i and -jN do not work on win32, what the hell
[dbsrgits/DBIx-Class-Historic.git] / t / cdbi / testlib / MyStarLink.pm
index 5efb279..27254d8 100644 (file)
@@ -1,10 +1,11 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     MyStarLink;
 
-use base 'MyBase';
-
+use warnings;
 use strict;
 
+use base 'MyBase';
+
 __PACKAGE__->set_table();
 __PACKAGE__->columns(All => qw/linkid film star/);
 __PACKAGE__->has_a(film  => 'MyFilm');