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 /lib/MDK | |
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
Diffstat (limited to 'lib/MDK')
-rwxr-xr-x | lib/MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |