X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=11fa173c5cf0a774835b4cd44a8240c0ee300d42;hb=a07bd93d5e256cda6c11a049e6b450ccaaff747b;hp=583db91a044170b0873047d6f3e704ae13146424;hpb=29f460bf1ebdabe23fd66c806a4ec872572dd88a;p=catagits%2FCatalyst-Engine-SCGI.git 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';