diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-10-24 01:51:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-10-24 01:51:34 +0000 |
commit | 5e08cfb5db18b8a95978363cd0e612119958cd6c (patch) | |
tree | f63c2132798026eee7a3dbd16dc2f16dd02b0af6 /lib/MDK | |
parent | 686364d8c48f54c05dc355fd67e0a32bc4103fb7 (diff) | |
download | perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar.gz perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar.bz2 perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.tar.xz perl-MDK-Common-5e08cfb5db18b8a95978363cd0e612119958cd6c.zip |
1.2.26.11.2.26.1
Diffstat (limited to 'lib/MDK')
-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 f8dbbdc..adec57b 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.26"; +our $VERSION = "1.2.26.1"; 1; EOF |