Avoid redefined warnings from Makefile.PL.
Florian Ragwitz [Mon, 10 May 2010 01:44:18 +0000 (03:44 +0200)]
Makefile.PL

index 09db26c..8df4b8b 100644 (file)
@@ -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;