[libcgi-test-perl] 02/02: Bumped years, versions, and Changes. Tagging as 1.001.

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


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

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

commit 4a1574772e85647a22bbeb6427b8458b8912bf9d
Author: Alex Tokarev <nohuhu at nohuhu.org>
Date:   Fri Feb 27 23:14:10 2015 -0800

    Bumped years, versions, and Changes. Tagging as 1.001.
---
 Changes         | 7 +++++++
 Makefile.PL     | 2 +-
 README          | 2 +-
 lib/CGI/Test.pm | 4 ++--
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 391927d..42b6128 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+Fri Feb 27 23:11:34 PST 2015    Alex Tokarev <tokarev at cpan.org>
+
+        Version 1.001
+
+        Fixed test CGI scripts to be more compatible with old
+        Solaris /bin/sh.
+
 Sun Oct 26 22:06:02 PDT 2014    Alex Tokarev <tokarev at cpan.org>
 
         Version 1.000
diff --git a/Makefile.PL b/Makefile.PL
index ea0cc4c..22e6453 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,7 @@
 #
 #  Copyright (c) 2001, Raphael Manfredi
 #  Copyright (c) 2003, Steven Hilton
-#  Copyright (c) 2011-2014, Alex Tokarev
+#  Copyright (c) 2011-2015, Alex 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 36a5d4b..edbe90a 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                                =========
 
                  Copyright (c) 2001, Raphael Manfredi
-                Copyright (c) 2011-2014,  Alex Tokarev
+                Copyright (c) 2011-2015,  Alex Tokarev
 
           Current maintainer: Alex Tokarev <tokarev at cpan.org>
 
diff --git a/lib/CGI/Test.pm b/lib/CGI/Test.pm
index d6cac38..9f8be8a 100644
--- a/lib/CGI/Test.pm
+++ b/lib/CGI/Test.pm
@@ -1,6 +1,6 @@
 #################################################################
 #  Copyright (c) 2001, Raphael Manfredi
-#  Copyright (c) 2011-2014, Alex Tokarev
+#  Copyright (c) 2011-2015, Alex Tokarev
 #
 #  You may redistribute only under the terms of the Artistic License,
 #  as specified in the README file that comes with the distribution.
@@ -21,7 +21,7 @@ use Cwd qw(abs_path);
 
 use vars qw($VERSION);
 
-$VERSION = '1.000';
+$VERSION = '1.001';
 
 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