Subject: | Two parts of documentation refer to the wrong code |
patch attached
Subject: | replace_boilerplate_text.patch |
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: description text referred to Test::More not this module
Last-Update: 2010-01-03
--- a/lib/Test/HTML/W3C.pm
+++ b/lib/Test/HTML/W3C.pm
@@ -27,11 +27,8 @@
=head1 DESCRIPTION
-The purpose of this module is to provide a wide range of testing
-utilities. Various ways to say "ok" with better diagnostics,
-facilities to skip tests, test future features and compare complicated
-data structures. While you can do almost anything with a simple
-C<ok()> function, it doesn't provide good diagnostic output.
+The purpose of this module is to provide a wrapper around the W3C
+that works with the L<Test::More> testing framework.
=head1 ABUSE
@@ -100,11 +97,10 @@
=item plan();
-B<Description:> Returns the underlying WebService::Validator::HTML::W3C object
-
-B<Parameters:> None.
+B<Description:> Access to the underlying C<plan> method provided by
+L<Test::Builder>.
-B<Returns:> $validator
+B<Parameters:> As per L<Test::Builder>
=cut