Merge branches 'master' and 'selenium-api-change'
Jonathan Rockway [Sun, 27 May 2007 08:09:53 +0000 (03:09 -0500)]
1  2 
lib/Test/WWW/Selenium/Catalyst.pm

@@@ -23,11 -23,11 +23,11 @@@ Test::WWW::Selenium::Catalyst - Test yo
  
  =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<firefox-bin> in my
  path, and add C</usr/lib/firefox> to C<LD_LIBRARY_PATH>.  Every distro
@@@ -54,7 -54,7 +54,7 @@@ you can test it with SeleniumRC.  Once 
  C<< Test::WWW::Selenium::Catalyst->start >>, everything is just like
  L<Test::WWW::Selenium|Test::WWW:Selenium>.
  
 -=head1 FUNCTIONS
 +=head1 METHODS
  
  =head2 start
  
@@@ -93,7 -93,7 +93,7 @@@ sub _start_server 
        }
        
        diag("Selenium running in $$") if $DEBUG;
-         Alien::SeleniumRC->start()
+         Alien::SeleniumRC::start()
            or croak "Can't start Selenium server";
        diag("Selenium server $$ going down") if $DEBUG;
        exit 1;
@@@ -236,17 -236,33 +236,17 @@@ L<http://rt.cpan.org/NoAuth/ReportBug.h
  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<http://annocpan.org/dist/Test-WWW-Selenium-Catalyst>
 -
 -=item * CPAN Ratings
 -
 -L<http://cpanratings.perl.org/d/Test-WWW-Selenium-Catalyst>
 -
 -=item * RT: CPAN's request tracker
 -
 -L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-WWW-Selenium-Catalyst>
 -
 -=item * Search CPAN
 -
 -L<http://search.cpan.org/dist/Test-WWW-Selenium-Catalyst>
 -
 -=back
 +Thanks in advance for your contributions!
  
  =head1 ACKNOWLEDGEMENTS