update Changes file with current version
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
old mode 100755 (executable)
new mode 100644 (file)
index 7b7e527..cbc2043
@@ -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