X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FRslt%2FA.pm;h=8d9a6e1af15c7237556572c72259d40cc9a59930;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=d02038f38fe645a31cd5105e12ee3e9b4825d307;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICNSTest/Rslt/A.pm b/t/lib/DBICNSTest/Rslt/A.pm index d02038f..8d9a6e1 100644 --- a/t/lib/DBICNSTest/Rslt/A.pm +++ b/t/lib/DBICNSTest/Rslt/A.pm @@ -1,4 +1,8 @@ package DBICNSTest::Rslt::A; + +use warnings; +use strict; + use base qw/DBIx::Class::Core/; __PACKAGE__->table('a'); __PACKAGE__->add_columns('a');