From: Jonathan Rockway Date: Thu, 6 Mar 2008 12:32:22 +0000 (-0600) Subject: update version to 0.02 X-Git-Tag: 0.04~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Selenium-Catalyst.git;a=commitdiff_plain;h=f781a95505c871f75cc58f61a9bf8122cb57cdbe update version to 0.02 --- diff --git a/Changes b/Changes index b3a1e39..a3787cc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Test-WWW-Selenium-Catalyst +0.02 6 March 2008 + Don't call $sel->start; this breaks stuff + 0.01 27 May 2007 Mostly the same... released for wider testing. diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 39ceeef..258159c 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.01'; +our $VERSION = '0.02'; =head1 DEVELOPERISH RELEASE