change method call to subroutine call; Sel's docs are WRONG here
Jonathan Rockway [Sun, 27 May 2007 07:51:19 +0000 (02:51 -0500)]
lib/Test/WWW/Selenium/Catalyst.pm

index 007f21d..7226019 100644 (file)
@@ -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;