X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9f85bb221ef7d59e79da4b167c4b49b7a1ce1437;hb=f383a0a6a8cf47a6e372aedb40265fb14b0f3da9;hp=83e80c7e0013d6eadbb1d6c8d12c1b22d14df22d;hpb=cfd812d6df038fa098c69af4e8a80e0342e7b1ce;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 83e80c7..9f85bb2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!perl -use inc::Module::Install 0.79; +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'; @@ -24,4 +24,6 @@ if ($Module::Install::AUTHOR) { } +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize-Catalyst/trunk/'; + WriteAll;