From: Florian Ragwitz Date: Mon, 10 May 2010 01:44:18 +0000 (+0200) Subject: Avoid redefined warnings from Makefile.PL. X-Git-Tag: 1.04~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ef7a4ca0ab4b08e49d0c4893b6883f51f2d3ba7;p=gitmo%2FMoose.git Avoid redefined warnings from Makefile.PL. --- diff --git a/Makefile.PL b/Makefile.PL index 09db26c..8df4b8b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install 0.95; +use inc::Module::Install 0.97; use Module::Install::AuthorRequires; use 5.008001;