X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FWWW%2FSelenium%2FCatalyst.pm;h=53f90c9badac37c380733cf6d42045661b552412;hb=cba2001554b9f70e9b1baa0476a32e3aa58da483;hp=075fdb51eaed62ac0dcace587b25177251f38ee3;hpb=e39d6317277f067e6105ffbcdc8c9de44d6092e1;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/lib/Test/WWW/Selenium/Catalyst.pm b/lib/Test/WWW/Selenium/Catalyst.pm index 075fdb5..53f90c9 100644 --- a/lib/Test/WWW/Selenium/Catalyst.pm +++ b/lib/Test/WWW/Selenium/Catalyst.pm @@ -23,11 +23,11 @@ Test::WWW::Selenium::Catalyst - Test your Catalyst application with Selenium =cut -our $VERSION = '0.00_01'; +our $VERSION = '0.01'; -=head1 DEVELOPER RELEASE +=head1 DEVELOPERISH RELEASE -This is a developer release. It's working for me in production, but +This is still a test release. It's working for me in production, but it depends on a Java application (SeleniumRC), which can be unreliable. On my Debian system, I had to put C in my path, and add C to C. Every distro @@ -51,10 +51,10 @@ Please report any problems to RT, the Catalyst mailing list, or the This module starts the SeleniumRC server and your Catalyst app so that you can test it with SeleniumRC. Once you've called -Cstart>, everything is just like +C<< Test::WWW::Selenium::Catalyst->start >>, everything is just like L. -=head1 FUNCTIONS +=head1 METHODS =head2 start @@ -80,7 +80,7 @@ sub _start_server { my $pid; if(0 == ($pid = fork())){ local $SIG{TERM} = sub { - diag("Selenium server $$ going down (TERM)"); + diag("Selenium server $$ going down (TERM)") if $DEBUG; exit 0; }; @@ -236,33 +236,17 @@ L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. -=head1 SUPPORT +=head1 PATCHES -You can find documentation for this module with the perldoc command. +Send me unified diffs against the git HEAD at: - perldoc Test::WWW::Selenium::Catalyst + git://git.jrock.us/Test-WWW-Selenium-Catalyst -You can also look for information at: +You can view the repository online at -=over 4 + http://git.jrock.us/?p=Test-WWW-Selenium-Catalyst.git;a=summary -=item * AnnoCPAN: Annotated CPAN documentation - -L - -=item * CPAN Ratings - -L - -=item * RT: CPAN's request tracker - -L - -=item * Search CPAN - -L - -=back +Thanks in advance for your contributions! =head1 ACKNOWLEDGEMENTS