From c56acab6300f58aab3699a7e7924afffb4be6c14 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 6 Oct 2011 00:08:28 -0700 Subject: [PATCH] Increase $constant::VERSION from 1.22 to 1.23 --- 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 8aaf82d..ef618c4 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.22'; +$VERSION = '1.23'; #======================================================================= -- 2.7.4