Increase $constant::VERSION to 1.30
authorFather Chrysostomos <sprout@cpan.org>
Sat, 30 Nov 2013 02:58:36 +0000 (18:58 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 30 Nov 2013 13:53:16 +0000 (05:53 -0800)
dist/constant/lib/constant.pm

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