diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2011-02-02 16:00:46 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2011-02-02 16:00:46 +0000 |
commit | a074b22aa2e9c03fe906d7a52568ae414a589b95 (patch) | |
tree | 6579b28140180411ab2bdc3f629bb286f6103c3f /lib/MDK/Common.pm.pl | |
parent | b4bfde329e969407a2d5333f83b5e3373dd860e1 (diff) | |
download | perl-MDK-Common-a074b22aa2e9c03fe906d7a52568ae414a589b95.tar perl-MDK-Common-a074b22aa2e9c03fe906d7a52568ae414a589b95.tar.gz perl-MDK-Common-a074b22aa2e9c03fe906d7a52568ae414a589b95.tar.bz2 perl-MDK-Common-a074b22aa2e9c03fe906d7a52568ae414a589b95.tar.xz perl-MDK-Common-a074b22aa2e9c03fe906d7a52568ae414a589b95.zip |
1.2.27:1.2.27
- added cp_afx option for copying files without crossing file systems
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 |