X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5b8e71bd9b6610a9a5f5be98affd0e5b1943f7a5;hb=5257c7c88f19c4cfa8f82e16c02490d3b0bd2b0a;hp=583db91a044170b0873047d6f3e704ae13146424;hpb=29f460bf1ebdabe23fd66c806a4ec872572dd88a;p=catagits%2FCatalyst-Engine-SCGI.git diff --git a/Makefile.PL b/Makefile.PL index 583db91..5b8e71b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,11 @@ -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'; +resources repository => 'catagits@jules.scsys.co.uk:Catalyst-Engine-SCGI'; WriteAll; +