From 3f45351b630465e2f0478c1689e4093b17c37f9c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 29 Nov 2013 18:58:36 -0800 Subject: Increase $constant::VERSION to 1.30 --- dist/constant/lib/constant.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') 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'; #======================================================================= -- cgit v1.2.1