From: Dagfinn Ilmari Mannsåker Date: Sun, 13 Apr 2008 02:51:18 +0000 (+0000) Subject: Bump Module::Install requirement to make sure we have both test_requires and auto_install X-Git-Tag: 0.04006~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be2fd10ccfed0db34caffa113ea3dc7bc7799399;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Bump Module::Install requirement to make sure we have both test_requires and auto_install --- diff --git a/Makefile.PL b/Makefile.PL index d664274..e7e0da3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.71; name 'DBIx-Class-Schema-Loader'; all_from 'lib/DBIx/Class/Schema/Loader.pm';