Unfark dist
[catagits/Test-WWW-Selenium-Catalyst.git] / Makefile.PL
index 5801f3a..be8095f 100644 (file)
@@ -2,19 +2,17 @@ use strict;
 use warnings;
 use inc::Module::Install;
 
-name('Test-WWW-Selenium-Catalyst');
-author('Jonathan Rockway <jrockway@cpan.org>');
-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,
-       );
+);
 
 # Old vers of CPAN dont set the env var. safer to assume we are running than
 # ask about deps twice