From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AutoDoc.git;a=commitdiff_plain;h=23ad931dc9568693d48ebe229d6cbd0798ffab05 demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index eb0bd3c..0a6e3d4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ #! /usr/bin/perl -w # Load the Module::Install bundled in ./inc/ -use inc::Module::Install; +use inc::Module::Install 0.75; # Define metadata name 'MooseX-AutoDoc';