X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPod%2FConstants.pm;h=a66ee0cf7e166a3708d4eb3e3d7a10f54f82e162;hb=refs%2Ftags%2F0.18;hp=5fa247f2cd6ecbbed35ed1139a5fa9786f35f08d;hpb=7041328883208f3a5b019a9a0082c3985fdf0bf2;p=pod-constants.git 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