From a70ff5bc28d194960399c0fcd2b44c7889e83fd4 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 13 Nov 2013 05:33:00 -0800 Subject: [PATCH] Increase $constant::VERSION to 1.29 --- dist/constant/lib/constant.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/constant/lib/constant.pm b/dist/constant/lib/constant.pm index 5767728..26fc407 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.28'; +$VERSION = '1.29'; #======================================================================= -- 2.7.4