diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-09-14 10:31:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-09-14 10:31:36 +0000 |
commit | b65f42978fe3e199f8b7f96a0050a7c00414b7b9 (patch) | |
tree | 88ca3200c2539191e48ab35edfc13000595eb3f2 | |
parent | 4abf9e87bc077f8f6bbbd166e80a70459773c40f (diff) | |
download | perl-MDK-Common-b65f42978fe3e199f8b7f96a0050a7c00414b7b9.tar perl-MDK-Common-b65f42978fe3e199f8b7f96a0050a7c00414b7b9.tar.gz perl-MDK-Common-b65f42978fe3e199f8b7f96a0050a7c00414b7b9.tar.bz2 perl-MDK-Common-b65f42978fe3e199f8b7f96a0050a7c00414b7b9.tar.xz perl-MDK-Common-b65f42978fe3e199f8b7f96a0050a7c00414b7b9.zip |
1.2.291.2.29
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | lib/MDK/Common.pm.pl | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |