X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Ftestinclude%2FDBICTestAdminInc.pm;h=212d33dc67a2f04b123b9fa4a1693fd0187ca43d;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hp=9f57e2f4847b341c9218c5ff6be3edf6672ddb93;hpb=27a701f9149192aa5adb55a5cdcc2e34d4acfeeb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/testinclude/DBICTestAdminInc.pm b/t/lib/testinclude/DBICTestAdminInc.pm index 9f57e2f..212d33d 100644 --- a/t/lib/testinclude/DBICTestAdminInc.pm +++ b/t/lib/testinclude/DBICTestAdminInc.pm @@ -1,4 +1,8 @@ package DBICTestAdminInc; + +use warnings; +use strict; + use base 'DBICTest::BaseSchema'; sub connect { exit 70 } # this is what the test will expect to see