From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.21~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=2d03114653e621a502f185949d1ae5400323d540 demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index 4d34cb4..6c5a8ee 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.75; name 'Class-C3'; all_from 'lib/Class/C3.pm';