Version 0.07
[catagits/Test-WWW-Selenium-Catalyst.git] / Makefile.PL
CommitLineData
4f6d213e 1use strict;
2use warnings;
cbb673d5 3use inc::Module::Install 0.91;
4e311dd9 4#use Module::Install::AuthorRequires;
4f6d213e 5
13984b27 6name 'Test-WWW-Selenium-Catalyst';
7perl_version '5.008000';
8all_from 'lib/Test/WWW/Selenium/Catalyst.pm';
9license 'Perl';
4f6d213e 10requires(
11 'Alien::SeleniumRC' => 0,
b51a69ad 12 'Catalyst::Runtime' => '5.9',
4f6d213e 13 'Test::WWW::Selenium' => 0,
14 'Test::More' => 0,
1cdeb21f 15 'Catalyst::Utils' => 0,
13984b27 16);
8f552b3b 17
0744bdf6 18test_requires 'IPC::Cmd' => '0.42';
cbb673d5 19test_requires 'Test::More' => '0.92';
0744bdf6 20
4e311dd9 21#author_requires 'Test::Pod';
22#author_requires 'Test::Pod::Coverage';
23
6a5408ea 24resources repository => 'git://git.shadowcat.co.uk/catagits/Test-WWW-Selenium-Catalyst.git';
a0d386ec 25
4f6d213e 26WriteAll();