X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=23e13d854d2d8f46d35de818183571381afb58e7;hb=249b4dd4f8916278b076d8a604d8870440e59c9b;hp=2bc50597bcc193b705eda048b7924f713a42281f;hpb=78c5e4efb1645810bc8065e38e93b42800ea36ac;p=catagits%2FTest-WWW-Mechanize-Catalyst.git 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;