Minor version and doco change
Daniel Austin [Sun, 13 Sep 2009 13:42:10 +0000 (23:42 +1000)]
Changes
lib/Test/WWW/Selenium/Catalyst.pm

diff --git a/Changes b/Changes
index 33651e0..948506b 100644 (file)
--- 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
index 3c9cc15..9b17e2f 100644 (file)
@@ -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