X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=23e13d854d2d8f46d35de818183571381afb58e7;hb=3db964e44dca599b1e4be64b620e93a2f8effc26;hp=9399a4119da636a215c8df13592ec98c92d45be3;hpb=f21ad4062cdd3485f59635926fa031feef7eff8e;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 9399a41..23e13d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,16 +1,17 @@ #!perl -use inc::Module::Install 0.77; +use inc::Module::Install 0.87; use strict; use warnings; name 'Test-WWW-Mechanize-Catalyst'; +perl_version '5.008004'; all_from 'lib/Test/WWW/Mechanize/Catalyst.pm'; requires 'Catalyst' => '5.00'; requires 'LWP' => '5.816'; requires 'Test::WWW::Mechanize' => '1.14'; -requires 'WWW::Mechanize' => '1.50'; +requires 'WWW::Mechanize' => '1.54'; requires 'Moose' => '0.67'; requires 'namespace::clean' => '0.09'; @@ -19,4 +20,11 @@ test_requires 'Catalyst::Plugin::Session::Store::Dummy' => '0'; test_requires 'Test::Exception' => '0'; test_requires 'Test::More' => '0'; +if ($Module::Install::AUTHOR) { + system('pod2text lib/Test/WWW/Mechanize/Catalyst.pm > README'); +} + + +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize-Catalyst/trunk/'; + WriteAll;