diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-11-29 18:58:36 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-11-30 05:53:16 -0800 |
commit | 3f45351b630465e2f0478c1689e4093b17c37f9c (patch) | |
tree | d271ecc5a7ecc9d7353cd0e0a4cf88f8d8f0577e /dist | |
parent | 747a05e5ba1cd70c23929fe1d46dc2b8074707a1 (diff) | |
download | perl-3f45351b630465e2f0478c1689e4093b17c37f9c.tar.gz |
Increase $constant::VERSION to 1.30
Diffstat (limited to 'dist')
-rw-r--r-- | dist/constant/lib/constant.pm | 2 |
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'; #======================================================================= |