X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Selenium-Catalyst.git;a=blobdiff_plain;f=Makefile.PL;h=48d5d60feb878bdd24a11c820eebdab334261b6d;hp=be8095f0f6adfd498517bd51790c6aba06f541ca;hb=0744bdf67407573b567261e48b0068210f2689c6;hpb=13984b27a61e367b800208462ad2e077ab3b87ee diff --git a/Makefile.PL b/Makefile.PL index be8095f..48d5d60 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,10 +14,6 @@ requires( 'Catalyst::Utils' => 0, ); -# Old vers of CPAN dont set the env var. safer to assume we are running than -# ask about deps twice -my $under_cpan = $ENV{PERL5_CPANPLUS_IS_RUNNING} || - $ENV{PERL5_CPAN_IS_RUNNING} || - do { require CPAN; $CPAN::VERSION < 1.92 }; -$under_cpan or auto_install(); +test_requires 'IPC::Cmd' => '0.42'; + WriteAll();