Bump version and update Changes master 0.19
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 5 Jul 2016 20:39:01 +0000 (23:39 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 5 Jul 2016 20:39:01 +0000 (23:39 +0300)
Changes
README
lib/Pod/Constants.pm

diff --git a/Changes b/Changes
index 1b8f6da565a5b9c1a31458d1ace7e54edca686a1..21c1489d8798725fe53ffd156e3e1af7038dda03 100644 (file)
--- 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 3663295994ae2aa7037fca7db16f470aa9b15517..eb925cf3b0d19ed41034a78cfb294c535bb2b042 100644 (file)
--- 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,
index a4e0c936d5b3245bc9cd5397270027af4d313c1e..59218cc2146ec72d4db0b33a8c5a4fa41bbb2bfe 100644 (file)
@@ -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
 
This page took 0.012468 seconds and 4 git commands to generate.