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: v5.8005~155 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=85c3415eb6caf6f5738eae9f4986be8cbb0e6e24 Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index c3a90a7..1208c75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.64; +use inc::Module::Install 0.87; name 'Catalyst-Manual'; all_from 'lib/Catalyst/Manual.pm';