Remove all the generated files from revision control. Add a MANIFEST.SKIP and a ...
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
1 use inc::Module::Install 0.91;
2
3 name     'Catalyst-Engine-SCGI';
4 all_from 'lib/Catalyst/Engine/SCGI.pm';
5 requires Catalyst => '5.8';
6 requires SCGI     => 0;
7
8 resources repository => 'catagits@jules.scsys.co.uk:Catalyst-Engine-SCGI';
9
10 WriteAll;
11