X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=35a16b1dec32c94243f93e8d45ab01853220453f;hb=4e311dd9ed05927d61e5742ffaf6a4e562639164;hp=48d5d60feb878bdd24a11c820eebdab334261b6d;hpb=0744bdf67407573b567261e48b0068210f2689c6;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 48d5d60..35a16b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,7 @@ use strict; use warnings; -use inc::Module::Install; +use inc::Module::Install 0.91; +#use Module::Install::AuthorRequires; name 'Test-WWW-Selenium-Catalyst'; perl_version '5.008000'; @@ -8,12 +9,18 @@ all_from 'lib/Test/WWW/Selenium/Catalyst.pm'; license 'Perl'; requires( 'Alien::SeleniumRC' => 0, - 'Catalyst::Runtime' => 5.7001, + 'Catalyst::Runtime' => '5.9', 'Test::WWW::Selenium' => 0, 'Test::More' => 0, 'Catalyst::Utils' => 0, ); test_requires 'IPC::Cmd' => '0.42'; +test_requires 'Test::More' => '0.92'; + +#author_requires 'Test::Pod'; +#author_requires 'Test::Pod::Coverage'; + +resources repository => 'git://git.shadowcat.co.uk/catagits/Test-WWW-Selenium-Catalyst.git'; WriteAll();