Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / Order.pm
index 337329a..62a16a6 100644 (file)
@@ -1,7 +1,9 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     Order;
 
+use warnings;
 use strict;
+
 use base 'DBIC::Test::SQLite';
 
 __PACKAGE__->set_table('orders');