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