From: Rafael Kitover Date: Sat, 29 Aug 2009 01:23:05 +0000 (+0000) Subject: update M::I version in Makefile.PL X-Git-Tag: 0.04999_09~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0662c9b3bb2d5ea9484cd7391747ac028b4ddac5;p=dbsrgits%2FDBIx-Class-Schema-Loader.git update M::I version in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index ba0f217..789570e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,4 @@ - -use inc::Module::Install 0.71; +use inc::Module::Install 0.91; name 'DBIx-Class-Schema-Loader'; all_from 'lib/DBIx/Class/Schema/Loader.pm';