[libcgi-test-perl] 05/06: Updated pod, VERSION, and license notice

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


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

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

commit bc0fd47a8aacaada117444b6dedb94ac519faf6a
Author: Alex Tokarev <nohuhu at nohuhu.org>
Date:   Mon Mar 2 21:08:09 2015 -0800

    Updated pod, VERSION, and license notice
---
 README          |  2 +-
 lib/CGI/Test.pm | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/README b/README
index edbe90a..63fd83e 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@
 ------------------------------------------------------------------------
     This program is free software; you can redistribute it and/or modify
     it under the terms of the Artistic License, a copy of which can be
-    found with perl.
+    found with Perl 5.6.0.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/CGI/Test.pm b/lib/CGI/Test.pm
index 9f8be8a..0761193 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.001';
+$VERSION = '1.002';
 
 use constant WINDOWS => eval { $^O =~ /Win32|cygwin/ };
 
@@ -1160,6 +1160,17 @@ Steven Hilton was long time maintainer of this module.
 
 Current maintainer is Alex Tokarev F<E<lt>tokarev at cpan.orgE<gt>>.
 
+=head1 LICENSE
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the Artistic License, a copy of which can be
+found with Perl 5.6.0.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+Artistic License for more details.
+
 =head1 SEE ALSO
 
 CGI(3), CGI::Test::Page(3), CGI::Test::Form(3), CGI::Test::Input(3),

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