summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-29 18:58:36 -0800
committerFather Chrysostomos <sprout@cpan.org>2013-11-30 05:53:16 -0800
commit3f45351b630465e2f0478c1689e4093b17c37f9c (patch)
treed271ecc5a7ecc9d7353cd0e0a4cf88f8d8f0577e /dist
parent747a05e5ba1cd70c23929fe1d46dc2b8074707a1 (diff)
downloadperl-3f45351b630465e2f0478c1689e4093b17c37f9c.tar.gz
Increase $constant::VERSION to 1.30
Diffstat (limited to 'dist')
-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 b3d66ff175..d1353ee363 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.29';
+$VERSION = '1.30';
#=======================================================================