diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2011-02-02 15:29:20 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2011-02-02 15:29:20 +0000 |
commit | 7314609cd930ffce9badcf16157855fa0c7d28cb (patch) | |
tree | 99bd56e4767d4c14b07dcf10b62c92bba7560500 /lib/MDK/Common.pm.pl | |
parent | 5e08cfb5db18b8a95978363cd0e612119958cd6c (diff) | |
download | perl-MDK-Common-7314609cd930ffce9badcf16157855fa0c7d28cb.tar perl-MDK-Common-7314609cd930ffce9badcf16157855fa0c7d28cb.tar.gz perl-MDK-Common-7314609cd930ffce9badcf16157855fa0c7d28cb.tar.bz2 perl-MDK-Common-7314609cd930ffce9badcf16157855fa0c7d28cb.tar.xz perl-MDK-Common-7314609cd930ffce9badcf16157855fa0c7d28cb.zip |
1.2.27:
- add cp_afx command
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 adec57b..7a61a60 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.1"; +our $VERSION = "1.2.27"; 1; EOF |