From: t0m Date: Thu, 7 May 2009 13:19:53 +0000 (+0000) Subject: Bump required Module::Install version in everything. janus++ X-Git-Tag: 0.03~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-SCGI.git;a=commitdiff_plain;h=77f6ae26c3110235f3850f841484914d3853b8b2 Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 9fa6952..7b7e527 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; requires Catalyst => '5.7'; requires SCGI => 0;