summaryrefslogtreecommitdiff
path: root/dist/constant
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-12-25 18:03:16 -0800
committerFather Chrysostomos <sprout@cpan.org>2013-12-26 17:54:32 -0800
commit3ab64bae9b914de9eb939a6995f6ef94385e1221 (patch)
tree1f55dc2313e587999c7f3ee76035403651375f47 /dist/constant
parent2c6c1df5c2ddebe97be50ffbfbe1f5a2cf113eb1 (diff)
downloadperl-3ab64bae9b914de9eb939a6995f6ef94385e1221.tar.gz
Increase $constant::VERSION to 1.31
Diffstat (limited to 'dist/constant')
-rw-r--r--dist/constant/lib/constant.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/constant/lib/constant.pm b/dist/constant/lib/constant.pm
index f7d6bd9d9e..5d0d547ae3 100644
--- a/dist/constant/lib/constant.pm
+++ b/dist/constant/lib/constant.pm
@@ -4,7 +4,7 @@ use strict;
use warnings::register;
use vars qw($VERSION %declared);
-$VERSION = '1.30';
+$VERSION = '1.31';
#=======================================================================