X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=11fa173c5cf0a774835b4cd44a8240c0ee300d42;hb=a07bd93d5e256cda6c11a049e6b450ccaaff747b;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..11fa173 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,10 @@ -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'; -auto_install; -WriteAll; \ No newline at end of file +WriteAll;