X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2F11mysql_common.t;h=484dd336ec3206685b48b6efaef31143394788ae;hb=f8c2ca5eac1d4782c1d5be369c9bd0dcf680cb9d;hp=c77d1b40d6786093ecb21d74af1b6840fbda33b1;hpb=605be787558cfcee1aec714a6df0d0091a654e4d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/11mysql_common.t b/t/backcompat/0.04006/11mysql_common.t index c77d1b4..484dd33 100644 --- a/t/backcompat/0.04006/11mysql_common.t +++ b/t/backcompat/0.04006/11mysql_common.t @@ -2,6 +2,7 @@ use DBIx::Class::Schema::Loader::Optional::Dependencies -skip_all_without => qw(test_backcompat test_rdbms_mysql); use strict; +use warnings; use lib qw(t/backcompat/0.04006/lib); use dbixcsl_common_tests; use Test::More;