From: Peter Rabbitson Date: Sun, 31 May 2009 07:37:37 +0000 (+0000) Subject: M::I 0.89 finally resolves all provlems with auto_install X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89b5b1c543659ac1e34be49e4c9eff00e0c7cc83;p=dbsrgits%2FDBIx-Class-Historic.git M::I 0.89 finally resolves all provlems with auto_install --- diff --git a/Makefile.PL b/Makefile.PL index 8033b36..9fdd6c3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.79; +use inc::Module::Install 0.89; use strict; use warnings; use POSIX ();