This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $constant::VERSION to 1.29
authorFather Chrysostomos <sprout@cpan.org>
Wed, 13 Nov 2013 13:33:00 +0000 (05:33 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 14 Nov 2013 13:54:35 +0000 (05:54 -0800)
dist/constant/lib/constant.pm

index 5767728..26fc407 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings::register;
 
 use vars qw($VERSION %declared);
-$VERSION = '1.28';
+$VERSION = '1.29';
 
 #=======================================================================