X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=583db91a044170b0873047d6f3e704ae13146424;hb=29f460bf1ebdabe23fd66c806a4ec872572dd88a;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..583db91 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; requires Catalyst => '5.7'; requires SCGI => 0; @@ -6,5 +6,6 @@ requires SCGI => 0; name 'Catalyst-Engine-SCGI'; all_from 'lib/Catalyst/Engine/SCGI.pm'; -auto_install; -WriteAll; \ No newline at end of file +resources repository => 'http://github.com/orlandov/Catalyst-Engine-SCGI'; + +WriteAll;