X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=blobdiff_plain;f=Makefile.PL;h=23e13d854d2d8f46d35de818183571381afb58e7;hp=2bc50597bcc193b705eda048b7924f713a42281f;hb=0e2c187b33b9c80503480ce4f9654af488b5afa4;hpb=78c5e4efb1645810bc8065e38e93b42800ea36ac diff --git a/Makefile.PL b/Makefile.PL index 2bc5059..23e13d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,12 +5,13 @@ 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'; @@ -24,4 +25,6 @@ if ($Module::Install::AUTHOR) { } +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize-Catalyst/trunk/'; + WriteAll;