X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPod%2FConstants.pm;h=59218cc2146ec72d4db0b33a8c5a4fa41bbb2bfe;hb=refs%2Ftags%2F0.19;hp=a66ee0cf7e166a3708d4eb3e3d7a10f54f82e162;hpb=79a031d5b6160cdde9c5e8697356f3808d268172;p=pod-constants.git diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index a66ee0c..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 @@ -441,10 +441,14 @@ Maintained by Marius Gavrilescu, since July 2015 =head1 COPYRIGHT AND LICENSE Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved. -Copyright (C) 2015 by Marius Gavrilescu + +Copyright (C) 2015-2016 by Marius Gavrilescu . This module is free software. It may be used, redistributed and/or -modified under the terms of the Perl Artistic License, version 2 +modified under the terms of the Perl Artistic License, version 2. + +See the LICENSE file in the root of this distribution for a copy of +the Perl Artistic License, version 2. =head1 BUGS/TODO