Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / EventSmallDT.pm
index 560581d..7da8ea1 100644 (file)
@@ -2,6 +2,7 @@ package DBICTest::Schema::EventSmallDT;
 
 use strict;
 use warnings;
+
 use base qw/DBICTest::BaseResult/;
 
 __PACKAGE__->load_components(qw/InflateColumn::DateTime/);