From: Orlando Vazquez Date: Sat, 30 May 2009 22:48:00 +0000 (+0000) Subject: reorder lines in Makefile maker X-Git-Tag: 0.03~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-SCGI.git;a=commitdiff_plain;h=b6cbf78b36a53614a59b5ba24ec8ba6d53c0497a reorder lines in Makefile maker --- diff --git a/Makefile.PL b/Makefile.PL index 583db91..11fa173 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,9 @@ -use inc::Module::Install 0.87; +use inc::Module::Install 0.91; -requires Catalyst => '5.7'; -requires SCGI => 0; - -name 'Catalyst-Engine-SCGI'; +name 'Catalyst-Engine-SCGI'; all_from 'lib/Catalyst/Engine/SCGI.pm'; +requires Catalyst => '5.8'; +requires SCGI => 0; resources repository => 'http://github.com/orlandov/Catalyst-Engine-SCGI';