diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-04 15:34:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-04 15:34:45 +0000 |
commit | 554ae7f811ceb5bd6db773053dd5f332abc09865 (patch) | |
tree | 8d73fcce58b2da1cd33baf19b5b9473be7f2fe76 /lib/MDK | |
parent | 72a32e7ad0548058b1514afc55eab8d971902e0e (diff) | |
download | perl-MDK-Common-554ae7f811ceb5bd6db773053dd5f332abc09865.tar perl-MDK-Common-554ae7f811ceb5bd6db773053dd5f332abc09865.tar.gz perl-MDK-Common-554ae7f811ceb5bd6db773053dd5f332abc09865.tar.bz2 perl-MDK-Common-554ae7f811ceb5bd6db773053dd5f332abc09865.tar.xz perl-MDK-Common-554ae7f811ceb5bd6db773053dd5f332abc09865.zip |
1.2.8
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 e7e77c2..2cf2b9b 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.7"; +our $VERSION = "1.2.8"; 1; EOF |