From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0_55~102 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b50b3e0294d42e600a7438bf1752dac9f572ac3;p=gitmo%2FMoose.git demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index f704e63..0619502 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install; +use inc::Module::Install 0.75; name 'Moose'; all_from 'lib/Moose.pm';