Fix t/storage/quote_names.t failures, caused by lazily built sqlmaker
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / Lazy.pm
index d05e817..e7770b8 100644 (file)
@@ -1,9 +1,11 @@
 package # hide from PAUSE
     Lazy;
 
-use base 'DBIC::Test::SQLite';
+use warnings;
 use strict;
 
+use base 'DBIC::Test::SQLite';
+
 __PACKAGE__->set_table("Lazy");
 __PACKAGE__->columns('Primary',   qw(this));
 __PACKAGE__->columns('Essential', qw(opop));