diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-04-03 09:37:39 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-04-03 09:37:39 +0000 |
commit | ba527515efb09868fc2bb1017c1ced4860d46c03 (patch) | |
tree | d927ecffeb0b2c755b4d484915dd1a3e4afa267c | |
parent | 32d0b8ad8b86e5aab6de1af93c635fc707895737 (diff) | |
download | perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar.gz perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar.bz2 perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.tar.xz perl-MDK-Common-ba527515efb09868fc2bb1017c1ced4860d46c03.zip |
1.2.12
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | lib/MDK/Common.pm.pl | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.2.12 - 3 April 2008, by Olivier "blino" Blin + +- fix crash introduced in previous release + Version 1.2.11 - 3 April 2008, by Olivier "blino" Blin - workaround glibc misconfiguration that make users listed twice diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index 0c2990c..0a3c000 100644 --- a/lib/MDK/Common.pm.pl +++ b/lib/MDK/Common.pm.pl @@ -73,7 +73,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.11"; +our $VERSION = "1.2.12"; 1; EOF |