From: Peter Rabbitson Date: Thu, 22 Mar 2012 08:48:33 +0000 (+0100) Subject: Require bugfixed Module::Install X-Git-Tag: v0.08197~72 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c96d73f97cc31543e7066cc7512bd3273c8b657;hp=af1f4f842ae446a3339b92b33851ea80c928f17a;p=dbsrgits%2FDBIx-Class.git Require bugfixed Module::Install --- diff --git a/Makefile.PL b/Makefile.PL index d12d21a..2ecd83f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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)