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: v0.22~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06e8ee7c85d56fce50aab0675be52303f63c8561;hp=eee1173f4cd20a5e1e5cd47c0e6449f69528e825;p=catagits%2FCatalyst-Plugin-Session.git Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index c6904da..1971ee2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.68; +use inc::Module::Install 0.87; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/Session.pm > README' )