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