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 /lib | |
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
Diffstat (limited to 'lib')
-rw-r--r-- | 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 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 |