X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FRSet%2FC.pm;h=a2590acbd7bc3226569e004cd85c18ffa3249164;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=c43a3fe5b428aeff96d9314d0c4c777660d32899;hpb=44930c3625222731c1a27a4a4d7c666d778eb59b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICNSTest/RSet/C.pm b/t/lib/DBICNSTest/RSet/C.pm index c43a3fe..a2590ac 100644 --- a/t/lib/DBICNSTest/RSet/C.pm +++ b/t/lib/DBICNSTest/RSet/C.pm @@ -1,3 +1,7 @@ package DBICNSTest::RSet::C; + +use warnings; +use strict; + use base qw/DBIx::Class::ResultSet/; 1;