From: Tomas Doran Date: Fri, 16 Sep 2011 08:07:35 +0000 (+0100) Subject: Require 5.9 X-Git-Tag: 0.07~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Selenium-Catalyst.git;a=commitdiff_plain;h=b51a69adab941d239145ebd73bf66105233352bc Require 5.9 --- diff --git a/Makefile.PL b/Makefile.PL index 32ad153..9c6fcfb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ all_from 'lib/Test/WWW/Selenium/Catalyst.pm'; license 'Perl'; requires( 'Alien::SeleniumRC' => 0, - 'Catalyst::Runtime' => 5.7001, + 'Catalyst::Runtime' => '5.9', 'Test::WWW::Selenium' => 0, 'Test::More' => 0, 'Catalyst::Utils' => 0,