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