cvs files are unacceptable
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
old mode 100755 (executable)
new mode 100644 (file)
index 7b7e527..11fa173
@@ -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;