From: Jonathan Rockway Date: Sun, 27 May 2007 07:51:19 +0000 (-0500) Subject: change method call to subroutine call; Sel's docs are WRONG here X-Git-Tag: 0.04~6^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Selenium-Catalyst.git;a=commitdiff_plain;h=d5bcfeb7f76d0be1fe9cdeb5dbce297c0bb4d6a6 change method call to subroutine call; Sel's docs are WRONG here --- diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 007f21d..7226019 100644 --- a/lib/Test/WWW/Selenium/Catalyst.pm +++ b/lib/Test/WWW/Selenium/Catalyst.pm @@ -93,7 +93,7 @@ sub _start_server { } diag("Selenium running in $$") if $DEBUG; - Alien::SeleniumRC->start() + Alien::SeleniumRC::start() or croak "Can't start Selenium server"; diag("Selenium server $$ going down") if $DEBUG; exit 1;