2546906bc36b17d40a48a5d2a372d5a29a6af9c6
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
1 use inc::Module::Install 0.87;
2
3 requires Catalyst       => '5.7';
4 requires SCGI           => 0;
5
6 name 'Catalyst-Engine-SCGI';
7 all_from 'lib/Catalyst/Engine/SCGI.pm';
8
9 auto_install;
10 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Engine-SCGI/trunk/';
11
12 WriteAll;