summaryrefslogtreecommitdiff
path: root/dist/constant
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-28 18:25:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-07-25 23:48:01 -0700
commitf2952d3919aa0fec5fd067ee5668bb4a54a19a2f (patch)
treeb0cffcfb4e08a40bb2eb4cd51003d8cf4c7f1f7b /dist/constant
parent94d5c1748d4becd9d5dc21c90a0cae02d399076d (diff)
downloadperl-f2952d3919aa0fec5fd067ee5668bb4a54a19a2f.tar.gz
Increase $constant::VERSION to 1.28
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 dbd1142200..861d4f0a44 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.27';
+$VERSION = '1.28';
#=======================================================================