This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $constant::VERSION to 1.32
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Aug 2014 04:42:11 +0000 (21:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Aug 2014 05:17:03 +0000 (22:17 -0700)
dist/constant/lib/constant.pm

index 91a1451..548c962 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings::register;
 
 use vars qw($VERSION %declared);
-$VERSION = '1.31';
+$VERSION = '1.32';
 
 #=======================================================================