release 0.032
[catagits/Catalyst-Controller-WrapCGI.git] / Makefile.PL
index 7debb3c..76cc7aa 100644 (file)
@@ -1,12 +1,11 @@
 use inc::Module::Install 0.91;
 
+use Module::Install::ReadmeFromPod ();
+
 name     'Catalyst-Controller-WrapCGI';
 all_from 'lib/Catalyst/Controller/WrapCGI.pm';
 author   'Matt S. Trout <mst@shadowcat.co.uk>';
 
-test_requires 'Catalyst::Plugin::Static::Simple';
-test_requires 'CGI';
-
 requires 'Catalyst' => '5.80015';
 requires 'HTTP::Request::AsCGI' => '1.2';
 requires 'CGI::Compile' => '0.07';
@@ -20,9 +19,17 @@ requires 'Task::Weaken';
 requires 'LWP';
 requires 'Moose';
 
-build_requires 'Test::More' => '0.92';
+requires 'Class::Unload' if $^O eq 'MSWin32';
+
+test_requires 'Test::More' => '0.92';
+test_requires 'Catalyst::Plugin::Static::Simple';
+test_requires 'CGI';
+
+readme_from 'lib/Catalyst/Controller/CGIBin.pm';
+
+realclean_files qw/README MANIFEST/;
 
 auto_provides;
 auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Controller-WrapCGI/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Controller-WrapCGI.git';
 WriteAll;