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