X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=35a16b1dec32c94243f93e8d45ab01853220453f;hb=HEAD;hp=03ccc5df435c443ce68e5aa040b3ef9f3ed1064e;hpb=6a5408ea403d2b940ee5b6628fc2aa0379f448c1;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 03ccc5d..35a16b1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,7 @@ use strict; use warnings; use inc::Module::Install 0.91; +#use Module::Install::AuthorRequires; name 'Test-WWW-Selenium-Catalyst'; perl_version '5.008000'; @@ -17,6 +18,9 @@ requires( 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();