Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Bookmark.pm
index 50c18d1..40cfa3f 100644 (file)
@@ -1,11 +1,11 @@
 package # hide from PAUSE
     DBICTest::Schema::Bookmark;
 
-use base qw/DBICTest::BaseResult/;
-
 use strict;
 use warnings;
 
+use base qw/DBICTest::BaseResult/;
+
 __PACKAGE__->table('bookmark');
 __PACKAGE__->add_columns(
     'id' => {