Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class-Historic.git] / t / cdbi / testlib / Director.pm
index 549aebb..5bed696 100644 (file)
@@ -1,7 +1,9 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     Director;
 
+use warnings;
 use strict;
+
 use base 'DBIC::Test::SQLite';
 
 __PACKAGE__->set_table('Directors');