From: Tomas Doran Date: Thu, 7 May 2009 13:19:53 +0000 (+0000) Subject: Bump required Module::Install version in everything. janus++ X-Git-Tag: 0.52~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=commitdiff_plain;h=78c5e4efb1645810bc8065e38e93b42800ea36ac Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 83e80c7..2bc5059 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!perl -use inc::Module::Install 0.79; +use inc::Module::Install 0.87; use strict; use warnings;