X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=48d5d60feb878bdd24a11c820eebdab334261b6d;hb=c5e7628c749282eb51eab156e57fec437f39854b;hp=bf9b4779ed07f8e20ff5e56d67908bde18672d71;hpb=e39d6317277f067e6105ffbcdc8c9de44d6092e1;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index bf9b477..48d5d60 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,18 +2,18 @@ use strict; use warnings; use inc::Module::Install; -name('Test-WWW-Selenium-Catalyst'); -author('Jonathan Rockway '); -version_from('lib/Test/WWW/Selenium/Catalyst.pm'); -abstract_from('lib/Test/WWW/Selenium/Catalyst.pm'); -license('Perl'); -include('ExtUtils::AutoInstall'); +name 'Test-WWW-Selenium-Catalyst'; +perl_version '5.008000'; +all_from 'lib/Test/WWW/Selenium/Catalyst.pm'; +license 'Perl'; requires( 'Alien::SeleniumRC' => 0, 'Catalyst::Runtime' => 5.7001, 'Test::WWW::Selenium' => 0, 'Test::More' => 0, 'Catalyst::Utils' => 0, - ); -auto_install(); +); + +test_requires 'IPC::Cmd' => '0.42'; + WriteAll();