From: Daniel Austin Date: Sun, 13 Sep 2009 13:42:10 +0000 (+1000) Subject: Minor version and doco change X-Git-Tag: 0.07~9^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Selenium-Catalyst.git;a=commitdiff_plain;h=c5e7628c749282eb51eab156e57fec437f39854b Minor version and doco change --- diff --git a/Changes b/Changes index 33651e0..948506b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Test-WWW-Selenium-Catalyst +0.06 - 2009/09/10 + - Switch shutDown to shutDownSeleniumServer, which is present in all versions of + SeleniumRC but is the only shut down command that works from 1.0 on. + 0.05 - 2009/03/07 - Use IPC::Cmd::can_run in tests to not have so many spurious failues due to no smoke rigs having java installed diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 3c9cc15..9b17e2f 100644 --- a/lib/Test/WWW/Selenium/Catalyst.pm +++ b/lib/Test/WWW/Selenium/Catalyst.pm @@ -24,7 +24,7 @@ Test::WWW::Selenium::Catalyst - Test your Catalyst application with Selenium =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 DEVELOPERISH RELEASE