X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEvent.pm;h=fea3b074d8f70c64210af22e662bf089029fa240;hb=d904c338280461a590bfb2f9b2351bcb66d0725b;hp=92dad5da6bfaba95b3ace8716161f8715d973f2d;hpb=445e5e31324c54ce3ffe96199e4e308efaa0823e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/Event.pm b/t/lib/DBICTest/Schema/Event.pm index 92dad5d..fea3b07 100644 --- a/t/lib/DBICTest/Schema/Event.pm +++ b/t/lib/DBICTest/Schema/Event.pm @@ -1,5 +1,7 @@ package DBICTest::Schema::Event; +use strict; +use warnings; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/InflateColumn::DateTime PK::Auto Core/);