X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FOtherRslt%2FD.pm;h=58058be6c3faf9f8ae89a50f25b397ae97fa2f92;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=d74ff11322fc2c5eb05a1fb03c7e8b3c9164e1df;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICNSTest/OtherRslt/D.pm b/t/lib/DBICNSTest/OtherRslt/D.pm index d74ff11..58058be 100644 --- a/t/lib/DBICNSTest/OtherRslt/D.pm +++ b/t/lib/DBICNSTest/OtherRslt/D.pm @@ -1,4 +1,8 @@ package DBICNSTest::OtherRslt::D; + +use warnings; +use strict; + use base qw/DBIx::Class::Core/; __PACKAGE__->table('d'); __PACKAGE__->add_columns('d');