diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 11:54:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 11:54:34 +0000 |
commit | 31e639b9a1e67674c5090ba9afd887cf76d7558c (patch) | |
tree | 8e5d95f188344be2c75e0cd4d19c3f08e17b599e | |
parent | 11632a1a585339ab1da9c39291fb964f9442290e (diff) | |
download | perl-MDK-Common-31e639b9a1e67674c5090ba9afd887cf76d7558c.tar perl-MDK-Common-31e639b9a1e67674c5090ba9afd887cf76d7558c.tar.gz perl-MDK-Common-31e639b9a1e67674c5090ba9afd887cf76d7558c.tar.bz2 perl-MDK-Common-31e639b9a1e67674c5090ba9afd887cf76d7558c.tar.xz perl-MDK-Common-31e639b9a1e67674c5090ba9afd887cf76d7558c.zip |
1.2.14
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/MDK/Common.pm.pl | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 1.2.14 - 1 October 2008, by Pascal "Pixel" Rigaux + - round_up(), round_down(): workaround "Illegal modulus zero" (#43165) Version 1.2.13 - 9 September 2008, by Pascal "Pixel" Rigaux diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index 55c13f5..3581430 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.13"; +our $VERSION = "1.2.14"; 1; EOF |