Remove all the generated files from revision control. Add a MANIFEST.SKIP and a ...
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
index 583db91..5b8e71b 100644 (file)
@@ -1,11 +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 => 'http://github.com/orlandov/Catalyst-Engine-SCGI';
+resources repository => 'catagits@jules.scsys.co.uk:Catalyst-Engine-SCGI';
 
 WriteAll;
+