From: nothingmuch Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.100~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=448c3b87da30a109d4533268b08e93792608e4bb;p=gitmo%2FMooseX-InsideOut.git demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index 4ff0bcd..bd2769b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.75; name 'MooseX-InsideOut'; all_from 'lib/MooseX/InsideOut.pm';