X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPod%2FConstants.pm;fp=lib%2FPod%2FConstants.pm;h=a66ee0cf7e166a3708d4eb3e3d7a10f54f82e162;hb=79a031d5b6160cdde9c5e8697356f3808d268172;hp=5fa247f2cd6ecbbed35ed1139a5fa9786f35f08d;hpb=281d1f98da9e11b1242c0da75ffea35b5b29e077;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