X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPod%2FConstants.pm;h=59218cc2146ec72d4db0b33a8c5a4fa41bbb2bfe;hb=ed2ba70661b4f3a5d83f1f4787b47d6b95c5a71f;hp=05f33a0dde37fccb559886090e1c1dc4ba596d31;hpb=fa6e78f4955d541cf0600f72e522c9a62e432f5b;p=pod-constants.git diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index 05f33a0..59218cc 100644 --- a/lib/Pod/Constants.pm +++ b/lib/Pod/Constants.pm @@ -1,8 +1,3 @@ -# Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved. -# This module is free software. It may be used, redistributed and/or -# modified under the terms of the Perl Artistic License, version 2 or -# later, OR the terms of the GNU General Public License, v3 or later. - package Pod::Constants; use 5.006002; @@ -12,7 +7,7 @@ use warnings; use base qw(Pod::Parser Exporter); use Carp; -our $VERSION = 0.17; +our $VERSION = 0.19; # An ugly hack to go from caller() to the relevant parser state # variable @@ -222,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.19; =head2 Some list @@ -441,6 +436,20 @@ method seems to break dh-make-perl. Sam Vilain, +Maintained by Marius Gavrilescu, since July 2015 + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2001, 2002, 2007 Sam Vilain. All Rights Reserved. + +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. + +See the LICENSE file in the root of this distribution for a copy of +the Perl Artistic License, version 2. + =head1 BUGS/TODO I keep thinking it would be nice to be able to import an =item list @@ -455,14 +464,5 @@ Would this be useful? Debug output is not very readable -=head1 PATCHES WELCOME - -If you have any suggestions for enhancements, they are much more likely -to happen if you submit them as a patch to the distribution. - -Source is kept at - - git://utsl.gen.nz/Pod-Constants - =cut