X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cbc2043e2c5aad5900a8bbf2f77f3ac1eb52a9bc;hb=HEAD;hp=9fa695274c049602e88a496e6909ec4abae19b51;hpb=628f14409b88d2edf9ff1a2fa2980b2260b538b8;p=catagits%2FCatalyst-Engine-SCGI.git diff --git a/Makefile.PL b/Makefile.PL old mode 100755 new mode 100644 index 9fa6952..cbc2043 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,11 @@ -use inc::Module::Install; +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 => 'git://jules.scsys.co.uk/catagits/Catalyst-Engine-SCGI'; + +WriteAll; -auto_install; -WriteAll; \ No newline at end of file