[libcgi-test-perl] 10/24: Updated Changes and docs in other places

Axel Beckert abe at deuxchevaux.org
Mon Jan 11 00:38:07 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 b1731aff708d9fafdc48ecbef3d713ad39e560e5
Author: Alex Tokarev <nohuhu at nohuhu.org>
Date:   Fri Apr 11 23:03:43 2014 -0700

    Updated Changes and docs in other places
---
 Changes         | 17 +++++++++++++++++
 Makefile.PL     |  2 +-
 README          |  7 +------
 lib/CGI/Test.pm | 32 ++++----------------------------
 4 files changed, 23 insertions(+), 35 deletions(-)

diff --git a/Changes b/Changes
index ae261d8..f94102d 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,20 @@
+Fri Apr 11 21:58:37 PSD 2014    Alex Tokarev <tokarev at cpan.org>
+
+        Version 0.31
+
+        Added methods that return base URI to CGI::Test.
+
+        An error page is now returned if the script failed with 5xx
+        HTTP status; an ordinary page was returned previously.
+
+        Besides PERL5LIB, a new environment variable PERL will be
+        populated now for CGI scripts, containing the path to perl
+        binary. CGI scripts can use it to ensure they are running
+        under the same Perl version as CGI::Test itself.
+
+        It is now possible to set raw POST data and MIME type in
+        the Input field objects.
+
 Mon May 28 18:37:24 PSD 2012    Alexander Tokarev <tokarev at cpan.org>
 
         Version 0.3
diff --git a/Makefile.PL b/Makefile.PL
index 9b2f1e6..fb64296 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,7 +2,7 @@
 # $Id$
 #
 #  Copyright (c) 2001, Raphael Manfredi
-#  Copyright (c) 2011, 2012 Alexander Tokarev
+#  Copyright (c) 2011-2014 Alexander Tokarev
 #
 #  You may redistribute only under the terms of the Artistic License,
 #  as specified in the README file that comes with the distribution.
diff --git a/README b/README
index 520241c..982d76c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                            CGI::Test 0.3
                  Copyright (c) 2001, Raphael Manfredi
 
-        Current maintainer: Alexander Tokarev <tokarev at cpan.org>
+          Current maintainer: Alex Tokarev <tokarev at cpan.org>
 
 ------------------------------------------------------------------------
     This program is free software; you can redistribute it and/or modify
@@ -37,9 +37,4 @@ widget controls are there, without necessarily interacting with the
 widgets.  You also have access to the raw HTML tree if you wish to
 further inspect the generation.
 
-Two important limitations are expected to be removed "soon": the
-inability to test a script in-situ, through direct HTTP requests,
-meaning it is ran by the HTTP server itself, and the inability to
-handle cookies.
-
 -- Raphael Manfredi <Raphael_Manfredi at pobox.com>
diff --git a/lib/CGI/Test.pm b/lib/CGI/Test.pm
index 0505638..2a856c7 100644
--- a/lib/CGI/Test.pm
+++ b/lib/CGI/Test.pm
@@ -1138,44 +1138,20 @@ to disappointment.
 
 =item *
 
-There is no support for testing a script in-situ, i.e. via a real web server,
-whereby C<CGI::Test> would merely act as a client.  Currently, scripts are
-run internally only, and therefore it is not possible to validate the
-installation procedure on the server.
-
-=item *
-
 There is no support for plain document retrieval: only CGI scripts can
 be fetched by an HTTP request for now.
 
-=item *
-
-There is no support for javascript (!).  Plain buttons attached to scripts
-will do nothing when pressed...
-
-=item *
-
-There is no support for frames (!).
-
-=item *
-
-There is no support for Java (!).  Perhaps if I work for Sun one day...
-
-=item *
-
-There is no support for the <ISINDEX> tag, which is deprecated.
-
 =back
 
 =head1 PUBLIC REPOSITORY
 
-CGI::Test now has a publicly accessible Git server provided by GitHub.com:
+CGI::Test now has a publicly accessible Git server provided by Github.com:
 L<http://github.com/nohuhu/CGI-Test>
 
 =head1 REPORTING BUGS
 
-Please use CPAN RT or e-mail your bug reports, ideas, questions etc to
-module's maintainer.
+Please use Github issue tracker to open bug reports and maintenance
+requests.
 
 =head1 AUTHORS
 
@@ -1183,7 +1159,7 @@ The original author is Raphael Manfredi.
 
 Steven Hilton was long time maintainer of this module.
 
-Current maintainer is Alexander Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
+Current maintainer is Alex 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