X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPod%2FConstants.pm;fp=lib%2FPod%2FConstants.pm;h=59218cc2146ec72d4db0b33a8c5a4fa41bbb2bfe;hb=ed2ba70661b4f3a5d83f1f4787b47d6b95c5a71f;hp=a4e0c936d5b3245bc9cd5397270027af4d313c1e;hpb=f5962bc25c2c07ec9eb366b2c014ac9e480659c5;p=pod-constants.git diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index a4e0c93..59218cc 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.18; +our $VERSION = 0.19; # 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.18; + $VERSION = 0.19; =head2 Some list