From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.0008~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Object-Pluggable.git;a=commitdiff_plain;h=b085a25c183c1c7ab0c665bfffba5aa0f46d0b88 demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index 2ffe72f..95d7066 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-Object-Pluggable';