[libcgi-test-perl] 04/24: I have taken over maintenance of this module, hence changes to documentation

Axel Beckert abe at deuxchevaux.org
Mon Jan 11 00:38:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.50
in repository libcgi-test-perl.

commit da9893acbc7f8f324b2863623d36ae302f8cbf4b
Author: Alexander Tokarev <tokarev at cpan.org>
Date:   Wed Oct 5 22:55:28 2011 +0400

    I have taken over maintenance of this module, hence changes to documentation
---
 Changes                                      | 12 +++++++++---
 Makefile.PL                                  | 14 +++++++++++---
 lib/CGI/Test.pm                              | 23 +++++++++++------------
 lib/CGI/Test/Form.pm                         | 23 ++++-------------------
 lib/CGI/Test/Form/Group.pm                   | 19 ++++---------------
 lib/CGI/Test/Form/Widget.pm                  | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Box.pm              | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Box/Check.pm        | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Box/Radio.pm        | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Button.pm           | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Button/Image.pm     | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Button/Plain.pm     | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Button/Reset.pm     | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Button/Submit.pm    | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Hidden.pm           | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Input.pm            | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Input/File.pm       | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Input/Password.pm   | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Input/Text_Area.pm  | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Input/Text_Field.pm | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Menu.pm             | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Menu/List.pm        | 19 ++++---------------
 lib/CGI/Test/Form/Widget/Menu/Popup.pm       | 19 ++++---------------
 lib/CGI/Test/Input.pm                        | 23 ++++-------------------
 lib/CGI/Test/Input/Multipart.pm              | 19 ++++---------------
 lib/CGI/Test/Input/URL.pm                    | 19 ++++---------------
 lib/CGI/Test/Page.pm                         | 19 ++++---------------
 lib/CGI/Test/Page/Error.pm                   | 19 ++++---------------
 lib/CGI/Test/Page/HTML.pm                    | 19 ++++---------------
 lib/CGI/Test/Page/Other.pm                   | 19 ++++---------------
 lib/CGI/Test/Page/Real.pm                    | 19 ++++---------------
 lib/CGI/Test/Page/Text.pm                    | 19 ++++---------------
 32 files changed, 147 insertions(+), 461 deletions(-)

diff --git a/Changes b/Changes
index 65ece62..273d891 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,17 @@
-Fri Sep 30 14:22:14 MSD 2011    Alexander Tokarev <tokarev at cpan.org>
+Wed Oct  5 22:21:38 MSD 2011    Alexander Tokarev <tokarev at cpan.org>
 
-. Description:
+        Version 0.2.1
+
+        I am new maintainer of this module as of today; this little
+        bump of a release deals with changes in documentation
+        following ownership changes.
+
+Fri Sep 30 14:22:14 MSD 2011    Alexander Tokarev <tokarev at cpan.org>
 
         Version 0.2.0
 
         Forked from unauthorized 0.1.4 version, using Github as
-        repository: https://github.com/nohuhu/CGI-Test
+        repository: http://github.com/nohuhu/CGI-Test
 
         Removed all dependencies on Carp::Datum as it is long outdated
         and unsupported.
diff --git a/Makefile.PL b/Makefile.PL
index f5f3f10..43a95c3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -30,8 +30,16 @@ WriteMakefile(
         'File::Spec'        => '0',
         'Storable'          => '1.000',
     },
-    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-      (ABSTRACT => 'CGI regression test framework',
-       AUTHOR   => 'Raphael Manfredi <Raphael_Manfredi at pobox.com>') : ()),
+
+    ABSTRACT => 'CGI regression test framework',
+    AUTHOR   => 'Raphael Manfredi <Raphael_Manfredi at pobox.com>',
+    LICENSE  => 'perl',
+
+    META_MERGE => {
+        resources   => {
+            bugtracker  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=CGI-Test',
+            repository  => 'http://github.com/nohuhu/CGI-Test',
+        },
+    },
 );
 
diff --git a/lib/CGI/Test.pm b/lib/CGI/Test.pm
index 21d57ff..07f1a1c 100644
--- a/lib/CGI/Test.pm
+++ b/lib/CGI/Test.pm
@@ -23,7 +23,7 @@ use File::Basename;
 require Exporter;
 use vars qw($VERSION @ISA @EXPORT);
 
-$VERSION = '0.200';
+$VERSION = '0.2.1';
 @ISA     = qw(Exporter);
 @EXPORT  = qw(ok);
 
@@ -1124,24 +1124,23 @@ There is no support for the <ISINDEX> tag, which is deprecated.
 
 =back
 
-=head1 WEBSITE
+=head1 PUBLIC REPOSITORY
 
-You can find information about CGI::Test and other related modules at:
+CGI::Test now has a publicly accessible Git server provided by GitHub.com:
+L<http://github.com/nohuhu/CGI-Test>
 
-	http://cgi-test.sourceforge.net
+=head1 REPORTING BUGS
 
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-	 http://sourceforge.net/cvs/?group_id=89570
+Please use CPAN RT or e-mail your bug reports, ideas, questions etc to
+module's maintainer.
 
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton F<E<lt>mshiltonj at mshiltonj.comE<gt>>.
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form.pm b/lib/CGI/Test/Form.pm
index 18b03fd..75b8984 100644
--- a/lib/CGI/Test/Form.pm
+++ b/lib/CGI/Test/Form.pm
@@ -1199,28 +1199,13 @@ Submit the form, returning a C<CGI::Test::Page> reply.
 
 =back
 
-=head1 BUGS
+=head1 AUTHORS
 
-There are documentation bugs, problably, and implementation bugs, improbably.
+The original author is Raphael Manfredi.
 
-=head1 WEBSITE
+Steven Hilton was long time maintainer of this module.
 
-You can find information about CGI::Test and other related modules at:
-
-	http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by 
-SourceForge <http://www.sourceforge.net>. You can access it by going to:
-
-	http://sourceforge.net/cvs/?group_id=89570
-
-=head1 AUTHOR
-
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
-
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Group.pm b/lib/CGI/Test/Form/Group.pm
index 56b0229..f4338e3 100644
--- a/lib/CGI/Test/Form/Group.pm
+++ b/lib/CGI/Test/Form/Group.pm
@@ -202,24 +202,13 @@ name is not a valid group name, the list will be empty.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget.pm b/lib/CGI/Test/Form/Widget.pm
index 1454365..96a9013 100644
--- a/lib/CGI/Test/Form/Widget.pm
+++ b/lib/CGI/Test/Form/Widget.pm
@@ -559,24 +559,13 @@ when pressing a submit button.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Box.pm b/lib/CGI/Test/Form/Widget/Box.pm
index 782088c..340c600 100644
--- a/lib/CGI/Test/Form/Widget/Box.pm
+++ b/lib/CGI/Test/Form/Widget/Box.pm
@@ -404,24 +404,13 @@ of calling this feature.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Box/Check.pm b/lib/CGI/Test/Form/Widget/Box/Check.pm
index c5c6c99..9fbcf6c 100644
--- a/lib/CGI/Test/Form/Widget/Box/Check.pm
+++ b/lib/CGI/Test/Form/Widget/Box/Check.pm
@@ -65,24 +65,13 @@ at will by users.
 The interface is the same as the one described
 in L<CGI::Test::Form::Widget::Box>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Box/Radio.pm b/lib/CGI/Test/Form/Widget/Box/Radio.pm
index 6422c40..d8940d2 100644
--- a/lib/CGI/Test/Form/Widget/Box/Radio.pm
+++ b/lib/CGI/Test/Form/Widget/Box/Radio.pm
@@ -112,24 +112,13 @@ in L<CGI::Test::Form::Widget::Box>.
 Any attempt to C<uncheck> a radio button will be ignored, and a warning
 emitted via C<logcarp>, to help you identify the caller.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Button.pm b/lib/CGI/Test/Form/Widget/Button.pm
index 7c34435..bab817a 100644
--- a/lib/CGI/Test/Form/Widget/Button.pm
+++ b/lib/CGI/Test/Form/Widget/Button.pm
@@ -332,24 +332,13 @@ this feature directly.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Button/Image.pm b/lib/CGI/Test/Form/Widget/Button/Image.pm
index bfa0658..3ef21c9 100644
--- a/lib/CGI/Test/Form/Widget/Button/Image.pm
+++ b/lib/CGI/Test/Form/Widget/Button/Image.pm
@@ -55,24 +55,13 @@ Pressing it immediately triggers an HTTP request, as defined by the form.
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Button>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Button/Plain.pm b/lib/CGI/Test/Form/Widget/Button/Plain.pm
index c61ba0b..2e98836 100644
--- a/lib/CGI/Test/Form/Widget/Button/Plain.pm
+++ b/lib/CGI/Test/Form/Widget/Button/Plain.pm
@@ -58,24 +58,13 @@ sure it is present.
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Button>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Button/Reset.pm b/lib/CGI/Test/Form/Widget/Button/Reset.pm
index 7d7e716..65c6fc6 100644
--- a/lib/CGI/Test/Form/Widget/Button/Reset.pm
+++ b/lib/CGI/Test/Form/Widget/Button/Reset.pm
@@ -84,24 +84,13 @@ client-side, and no request is made to the HTTP server.
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Button>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Button/Submit.pm b/lib/CGI/Test/Form/Widget/Button/Submit.pm
index 3d92865..f8d40f4 100644
--- a/lib/CGI/Test/Form/Widget/Button/Submit.pm
+++ b/lib/CGI/Test/Form/Widget/Button/Submit.pm
@@ -75,24 +75,13 @@ Pressing it immediately triggers an HTTP request, as defined by the form.
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Button>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Hidden.pm b/lib/CGI/Test/Form/Widget/Hidden.pm
index 3e28f57..6afa587 100644
--- a/lib/CGI/Test/Form/Widget/Hidden.pm
+++ b/lib/CGI/Test/Form/Widget/Hidden.pm
@@ -102,24 +102,13 @@ upon submit.  Such a widget is therefore read-only.
 The interface is the same as the one described
 in L<CGI::Test::Form::Widget>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Input.pm b/lib/CGI/Test/Form/Widget/Input.pm
index 0cd43de..2454de2 100644
--- a/lib/CGI/Test/Form/Widget/Input.pm
+++ b/lib/CGI/Test/Form/Widget/Input.pm
@@ -211,24 +211,13 @@ Returns I<true> for a password field (text field with input masked by GUI).
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Input/File.pm b/lib/CGI/Test/Form/Widget/Input/File.pm
index d9f0e5c..80cbaf8 100644
--- a/lib/CGI/Test/Form/Widget/Input/File.pm
+++ b/lib/CGI/Test/Form/Widget/Input/File.pm
@@ -70,24 +70,13 @@ the user to select a file via a GUI...
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Input::Text_Field>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Input/Password.pm b/lib/CGI/Test/Form/Widget/Input/Password.pm
index f8d8278..63b5269 100644
--- a/lib/CGI/Test/Form/Widget/Input/Password.pm
+++ b/lib/CGI/Test/Form/Widget/Input/Password.pm
@@ -68,24 +68,13 @@ text field.
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Input::Text_Field>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Input/Text_Area.pm b/lib/CGI/Test/Form/Widget/Input/Text_Area.pm
index af5b905..9106dbf 100644
--- a/lib/CGI/Test/Form/Widget/Input/Text_Area.pm
+++ b/lib/CGI/Test/Form/Widget/Input/Text_Area.pm
@@ -136,24 +136,13 @@ Does not handle C<wrap_mode> and C<columns> yet.  There is actually some work
 done by the browser when the wrapping mode is set to C<"hard">, which alters
 the value transmitted back to the script upon submit.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Input/Text_Field.pm b/lib/CGI/Test/Form/Widget/Input/Text_Field.pm
index 61943b3..18d45ea 100644
--- a/lib/CGI/Test/Form/Widget/Input/Text_Field.pm
+++ b/lib/CGI/Test/Form/Widget/Input/Text_Field.pm
@@ -141,24 +141,13 @@ the field can be much larger than that, however.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Menu.pm b/lib/CGI/Test/Form/Widget/Menu.pm
index 038f326..af3c373 100644
--- a/lib/CGI/Test/Form/Widget/Menu.pm
+++ b/lib/CGI/Test/Form/Widget/Menu.pm
@@ -455,24 +455,13 @@ of calling this feature.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Menu/List.pm b/lib/CGI/Test/Form/Widget/Menu/List.pm
index 1e57860..92e04de 100644
--- a/lib/CGI/Test/Form/Widget/Menu/List.pm
+++ b/lib/CGI/Test/Form/Widget/Menu/List.pm
@@ -117,24 +117,13 @@ The amount of choices displayed.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Form/Widget/Menu/Popup.pm b/lib/CGI/Test/Form/Widget/Menu/Popup.pm
index c87a318..7d41ef6 100644
--- a/lib/CGI/Test/Form/Widget/Menu/Popup.pm
+++ b/lib/CGI/Test/Form/Widget/Menu/Popup.pm
@@ -111,24 +111,13 @@ first item in the popup (if not empty) and warns you via C<logwarn>.
 The interface is the same as the one described in
 L<CGI::Test::Form::Widget::Menu>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Input.pm b/lib/CGI/Test/Input.pm
index 8a2fcc1..f546b9a 100644
--- a/lib/CGI/Test/Input.pm
+++ b/lib/CGI/Test/Input.pm
@@ -364,28 +364,13 @@ Returns the data length.
 
 =back
 
-=head1 BUGS
-
-Please let me know about them.
-
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Input/Multipart.pm b/lib/CGI/Test/Input/Multipart.pm
index 23c7e3d..f89f495 100644
--- a/lib/CGI/Test/Input/Multipart.pm
+++ b/lib/CGI/Test/Input/Multipart.pm
@@ -140,24 +140,13 @@ as C<multipart/form-data>.
 
 Please see L<CGI::Test::Input> for interface details.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Input/URL.pm b/lib/CGI/Test/Input/URL.pm
index 87fcbcb..251847b 100644
--- a/lib/CGI/Test/Input/URL.pm
+++ b/lib/CGI/Test/Input/URL.pm
@@ -98,24 +98,13 @@ as C<application/x-www-form-urlencoded>.
 
 Please see L<CGI::Test::Input> for interface details.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Page.pm b/lib/CGI/Test/Page.pm
index 205bd5d..dc4d708 100644
--- a/lib/CGI/Test/Page.pm
+++ b/lib/CGI/Test/Page.pm
@@ -224,24 +224,13 @@ authentication was made.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Page/Error.pm b/lib/CGI/Test/Page/Error.pm
index c6050aa..523307e 100644
--- a/lib/CGI/Test/Page/Error.pm
+++ b/lib/CGI/Test/Page/Error.pm
@@ -75,24 +75,13 @@ CGI::Test::Page::Error - An HTTP error page
 This class represents an HTTP error page.
 Its interface is the same as the one described in L<CGI::Test::Page>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Page/HTML.pm b/lib/CGI/Test/Page/HTML.pm
index a0aeea3..d5ab82b 100644
--- a/lib/CGI/Test/Page/HTML.pm
+++ b/lib/CGI/Test/Page/HTML.pm
@@ -178,24 +178,13 @@ HTML::Element node.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Page/Other.pm b/lib/CGI/Test/Page/Other.pm
index 0715dbd..ddc3f94 100644
--- a/lib/CGI/Test/Page/Other.pm
+++ b/lib/CGI/Test/Page/Other.pm
@@ -44,24 +44,13 @@ This class represents an HTTP reply containing neither C<text/hmtl>
 nor C<text/plain> data.
 Its interface is the same as the one described in L<CGI::Test::Page::Real>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Page/Real.pm b/lib/CGI/Test/Page/Real.pm
index ec09d2d..7e1da1b 100644
--- a/lib/CGI/Test/Page/Real.pm
+++ b/lib/CGI/Test/Page/Real.pm
@@ -154,24 +154,13 @@ The URI object, identifying the page we requested.
 
 =back
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 
diff --git a/lib/CGI/Test/Page/Text.pm b/lib/CGI/Test/Page/Text.pm
index c518cc5..d2d1cf9 100644
--- a/lib/CGI/Test/Page/Text.pm
+++ b/lib/CGI/Test/Page/Text.pm
@@ -47,24 +47,13 @@ CGI::Test::Page::Text - A text page reply
 This class represents an HTTP reply containing C<text/plain> data.
 Its interface is the same as the one described in L<CGI::Test::Page::Real>.
 
-=head1 WEBSITE
-
-You can find information about CGI::Test and other related modules at:
-
-   http://cgi-test.sourceforge.net
-
-=head1 PUBLIC CVS SERVER
-
-CGI::Test now has a publicly accessible CVS server provided by
-SourceForge (www.sourceforge.net).  You can access it by going to:
-
-    http://sourceforge.net/cvs/?group_id=89570
-
 =head1 AUTHORS
 
-The original author is Raphael Manfredi F<E<lt>Raphael_Manfredi at pobox.comE<gt>>. 
+The original author is Raphael Manfredi.
+
+Steven Hilton was long time maintainer of this module.
 
-Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj at mshiltonj.com>
+Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
 =head1 SEE ALSO
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-test-perl.git



More information about the Pkg-perl-cvs-commits mailing list