[libcgi-test-perl] 02/02: Updated Changes and bumped version; tagging as release 1.100

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


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

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

commit 36ef492d0f760fde0bf58144b67535fd936382b5
Author: Alex Tokarev <nohuhu at nohuhu.org>
Date:   Fri Mar 20 21:50:30 2015 -0700

    Updated Changes and bumped version; tagging as release 1.100
---
 Changes         | 8 ++++++++
 lib/CGI/Test.pm | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index d8bfac8..28d0e1e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+Fri Mar 20 21:50:04 PDT 2015    Alex Tokarev <tokarev at cpan.org>
+
+        Version 1.100
+
+        Response headers were never handled before; they are now.
+        Also refactored the old code that read responses
+        while I was at it.
+
 Mon Mar  2 20:21:30 PST 2015    Alex Tokarev <tokarev at cpan.org>
 
         Version 1.002
diff --git a/lib/CGI/Test.pm b/lib/CGI/Test.pm
index 0761193..9bf5e76 100644
--- a/lib/CGI/Test.pm
+++ b/lib/CGI/Test.pm
@@ -21,7 +21,7 @@ use Cwd qw(abs_path);
 
 use vars qw($VERSION);
 
-$VERSION = '1.002';
+$VERSION = '1.100';
 
 use constant WINDOWS => eval { $^O =~ /Win32|cygwin/ };
 

-- 
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