Merge branches 'master' and 'selenium-api-change'
Jonathan Rockway [Sun, 27 May 2007 08:09:53 +0000 (03:09 -0500)]
.cvsignore [deleted file]
.gitignore
MANIFEST.SKIP [new file with mode: 0644]
lib/Test/WWW/Selenium/Catalyst.pm

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644 (file)
index cea704a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-blib*
-Makefile
-Makefile.old
-Build
-_build*
-pm_to_blib*
-*.tar.gz
-.lwpcookies
-Test-WWW-Selenium-Catalyst-*
-cover_db
index 816a374..11c648c 100644 (file)
@@ -5,3 +5,4 @@ blib
 inc
 pm_to_blib
 cover_db
+MANIFEST
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..6b8710a
--- /dev/null
@@ -0,0 +1 @@
+.git
index 7226019..6ab513f 100644 (file)
@@ -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<firefox-bin> in my
 path, and add C</usr/lib/firefox> to C<LD_LIBRARY_PATH>.  Every distro
@@ -54,7 +54,7 @@ you can test it with SeleniumRC.  Once you've called
 C<< Test::WWW::Selenium::Catalyst->start >>, everything is just like
 L<Test::WWW::Selenium|Test::WWW:Selenium>.
 
-=head1 FUNCTIONS
+=head1 METHODS
 
 =head2 start
 
@@ -236,33 +236,17 @@ L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-WWW-Selenium-Catalyst>.
 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