add
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
old mode 100755 (executable)
new mode 100644 (file)
index 9fa6952..583db91
@@ -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;