]> iEval git - pod-constants.git/blobdiff - lib/Pod/Constants.pm
Bump version and update Changes
[pod-constants.git] / lib / Pod / Constants.pm
index 5fa247f2cd6ecbbed35ed1139a5fa9786f35f08d..59218cc2146ec72d4db0b33a8c5a4fa41bbb2bfe 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use base qw(Pod::Parser Exporter);
 use Carp;
 
-our $VERSION = 0.17;
+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.17;
+ $VERSION = 0.19;
 
  =head2 Some list
 
@@ -441,10 +441,14 @@ Maintained by Marius Gavrilescu, <marius@ieval.ro> since July 2015
 =head1 COPYRIGHT AND LICENSE
 
 Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved.
-Copyright (C) 2015 by Marius Gavrilescu <marius@ieval.ro>
+
+Copyright (C) 2015-2016 by Marius Gavrilescu <marius@ieval.ro>.
 
 This module is free software. It may be used, redistributed and/or
-modified under the terms of the Perl Artistic License, version 2
+modified under the terms of the Perl Artistic License, version 2.
+
+See the LICENSE file in the root of this distribution for a copy of
+the Perl Artistic License, version 2.
 
 =head1 BUGS/TODO
 
This page took 0.022632 seconds and 4 git commands to generate.