From: Marius Gavrilescu Date: Sun, 19 Jul 2015 13:25:11 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.18^0 X-Git-Url: http://git.ieval.ro/?p=pod-constants.git;a=commitdiff_plain;h=79a031d5b6160cdde9c5e8697356f3808d268172 Bump version and update Changes --- diff --git a/Changes b/Changes index 99caec9..1b8f6da 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for Perl extension Pod::Constants. +0.18 2015-07-19T16:25+03:00 + - New maintainer + - Relicense from Artistic-2+ OR GPL-3+ to plain Artistic-2 + - Apply spelling patch from gregoa @ Debian (RT #72452) + - Add a test for delete_hook + + [Refactoring] + - Move POD after __END__ + - Use warnings and our instead of vars + - Simplify tests + - Don't use Pod::Constants in Pod::Constants + - Make perlcritic a bit happier + + [Packaging fixes] + - Remove extraneous files + - Move module to lib/ + - Write a modern Makefile.PL (RT #80631) + - Rewrite Changes in CPAN::Changes::Spec format + 0.17 2015-03-10 - Drop ugly hack to get FULLPERL (RT #61780) diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index 5fa247f..a66ee0c 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.17; +our $VERSION = 0.18; # 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.18; =head2 Some list