From ed2ba70661b4f3a5d83f1f4787b47d6b95c5a71f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 5 Jul 2016 23:39:01 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/Pod/Constants.pm | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 1b8f6da..21c1489 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Pod::Constants. +0.19 2016-07-05T23:39+03:00 + - Fix license in README and add LICENSE file (RT #115861) + - Shorten README + 0.18 2015-07-19T16:25+03:00 - New maintainer - Relicense from Artistic-2+ OR GPL-3+ to plain Artistic-2 diff --git a/README b/README index 3663295..eb925cf 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Pod::Constants version 0.16 +Pod::Constants version 0.19 =========================== Pod::Constants allows you to extract data from your POD at run-time, diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index a4e0c93..59218cc 100644 --- a/lib/Pod/Constants.pm +++ b/lib/Pod/Constants.pm @@ -7,7 +7,7 @@ use warnings; use base qw(Pod::Parser Exporter); use Carp; -our $VERSION = 0.18; +our $VERSION = 0.19; # An ugly hack to go from caller() to the relevant parser state # variable @@ -217,7 +217,7 @@ Pod::Constants - Include constants from POD # This is an example of using a closure. $_ is set to the # contents of the paragraph. In this example, "eval" is # used to execute this code at run time. - $VERSION = 0.18; + $VERSION = 0.19; =head2 Some list -- 2.30.2