Require bugfixed Module::Install
Peter Rabbitson [Thu, 22 Mar 2012 08:48:33 +0000 (09:48 +0100)]
Makefile.PL

index d12d21a..2ecd83f 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 use 5.008001;
-use inc::Module::Install 1.00;
+use inc::Module::Install 1.06;
 
 ##
 ## DO NOT USE THIS HACK IN YOUR DISTS!!! (it makes #toolchain sad)