Increase constant’s version
authorFather Chrysostomos <sprout@cpan.org>
Sat, 21 May 2011 05:07:50 +0000 (22:07 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 21 May 2011 05:07:50 +0000 (22:07 -0700)
in preparation for the next commit

dist/constant/lib/constant.pm

index 22566ce..83bfa66 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings::register;
 
 use vars qw($VERSION %declared);
-$VERSION = '1.21';
+$VERSION = '1.22';
 
 #=======================================================================