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
-Pod::Constants version 0.16
+Pod::Constants version 0.19
===========================
Pod::Constants allows you to extract data from your POD at run-time,
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
# 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