X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2Flib%2FDBIXCSL_Test%2FSchema%2FLoaderTest1.pm;h=959b277850ab360657462fdcb3dc649a2a75c9d3;hb=f8c2ca5eac1d4782c1d5be369c9bd0dcf680cb9d;hp=b4c3c653cb24a1f204ebbc41c1c059b16c9637a7;hpb=9a95164df15467a6f94d3d74e8f3b508b6607e23;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/lib/DBIXCSL_Test/Schema/LoaderTest1.pm b/t/backcompat/0.04006/lib/DBIXCSL_Test/Schema/LoaderTest1.pm index b4c3c65..959b277 100644 --- a/t/backcompat/0.04006/lib/DBIXCSL_Test/Schema/LoaderTest1.pm +++ b/t/backcompat/0.04006/lib/DBIXCSL_Test/Schema/LoaderTest1.pm @@ -1,4 +1,6 @@ package DBIXCSL_Test::Schema::LoaderTest1; +use strict; +use warnings; sub loader_test1_classmeth { 'all is well' }