From b65f42978fe3e199f8b7f96a0050a7c00414b7b9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Sep 2011 10:31:36 +0000 Subject: 1.2.29 --- NEWS | 2 ++ lib/MDK/Common.pm.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9043cc4..709c25b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.2.29 - 14 September 2011, by Thierry Vignaud + - fix namepsace in doc Version 1.2.28 - 12 April 2011, by Olivier Blin diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index 260189a..0f4f985 100755 --- a/lib/MDK/Common.pm.pl +++ b/lib/MDK/Common.pm.pl @@ -74,7 +74,7 @@ our @ISA = qw(Exporter); # perl_checker: RE-EXPORT-ALL our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -our $VERSION = "1.2.28"; +our $VERSION = "1.2.29"; 1; EOF -- cgit v1.2.1