From: Ash Berlin Date: Wed, 26 Aug 2009 16:16:22 +0000 (+0100) Subject: Version 0.06 X-Git-Tag: 0.06 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7278917ed1df7aacd36ffce046461b36ef34559b;p=catagits%2FTest-WWW-Selenium-Catalyst.git Version 0.06 --- diff --git a/Changes b/Changes index 1ab7f21..079602f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Test-WWW-Selenium-Catalyst +0.06 - 2009/08/26 - Support for external selnium servers (RT 33214) 0.05 - 2009/03/07 diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 30dfa18..265cb99 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -33,3 +33,5 @@ svn.authors ^\.git + +^Test-WWW-Selenium-Catalyst-.* diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 4ace627..05babb3 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 @@ -364,7 +364,8 @@ Thanks in advance for your contributions! =head1 ACKNOWLEDGEMENTS -Thanks for mst for getting on my case to actually write this thing :) +Thanks for mst for getting on my (jrockway's) case to actually write this thing +:) =head1 COPYRIGHT & LICENSE