From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.15~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=343eb543bb4b21576a725d55e4d94192a4e4b52b;hp=f4896eec04b7a50d556063568f6b2fc121348ba0;p=gitmo%2FMooseX-Daemonize.git demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index fbce5c1..be4c23d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ # Load the Module::Install bundled in ./inc/ -use inc::Module::Install; +use inc::Module::Install 0.75; # Define metadata name 'MooseX-Daemonize';