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