X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=deee38373c5541a8dcf0f20e4cb1d2c3737ed64c;hb=2227094704f3259c2a4450656d8dbd59ac40a08e;hp=e7e0da38ccd5b315dcac3f9d2c99acb474d9b69c;hpb=be2fd10ccfed0db34caffa113ea3dc7bc7799399;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index e7e0da3..deee383 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,10 +4,11 @@ use inc::Module::Install 0.71; name 'DBIx-Class-Schema-Loader'; all_from 'lib/DBIx/Class/Schema/Loader.pm'; -test_requires 'Test::More' => '0.47'; -test_requires 'DBI' => '1.56'; -test_requires 'DBD::SQLite' => '1.12'; -test_requires 'File::Path' => 0; +test_requires 'Test::More' => '0.47'; +test_requires 'DBI' => '1.56'; +test_requires 'DBD::SQLite' => '1.12'; +test_requires 'File::Path' => 0; +test_requires 'Class::Unload' => 0; requires 'File::Spec' => 0; requires 'Scalar::Util' => 0;