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 22566ce28cf1555566355d7bda7474a04a792eb8..83bfa6623fb7f9e7ddebfff69334a1841e59a5c4 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings::register;
 
 use vars qw($VERSION %declared);
-$VERSION = '1.21';
+$VERSION = '1.22';
 
 #=======================================================================