9fa695274c049602e88a496e6909ec4abae19b51
[catagits/Catalyst-Engine-SCGI.git] / Makefile.PL
1 use inc::Module::Install;
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 WriteAll;