X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9f85bb221ef7d59e79da4b167c4b49b7a1ce1437;hb=900a563bc3667ac43aacd814e9754a7c4b4a340b;hp=9399a4119da636a215c8df13592ec98c92d45be3;hpb=f21ad4062cdd3485f59635926fa031feef7eff8e;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 9399a41..9f85bb2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!perl -use inc::Module::Install 0.77; +use inc::Module::Install 0.87; use strict; use warnings; @@ -10,7 +10,7 @@ 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 +19,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;