diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-09 09:43:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-09 09:43:14 +0000 |
commit | f284d681282371b449c35322440af6a1aee03bf9 (patch) | |
tree | 925e38e0654926548a7aa1a5ce4035ee6596e99f /lib/MDK/Common.pm.pl | |
parent | a29f1f47ffda738e770dabccd5c8423b8bd0ab6c (diff) | |
download | perl-MDK-Common-f284d681282371b449c35322440af6a1aee03bf9.tar perl-MDK-Common-f284d681282371b449c35322440af6a1aee03bf9.tar.gz perl-MDK-Common-f284d681282371b449c35322440af6a1aee03bf9.tar.bz2 perl-MDK-Common-f284d681282371b449c35322440af6a1aee03bf9.tar.xz perl-MDK-Common-f284d681282371b449c35322440af6a1aee03bf9.zip |
1.2.7
Diffstat (limited to 'lib/MDK/Common.pm.pl')
-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 bf8ca73..e7e77c2 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.6"; +our $VERSION = "1.2.7"; 1; EOF |