summaryrefslogtreecommitdiffstats
path: root/MDK
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-30 06:08:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-30 06:08:50 +0000
commitdcf3d7a001ab7b83b5c944540293fbf2f4684b47 (patch)
tree20af5037d4edfd2b810302f1d19bd60be692212f /MDK
parent464e0145cbfd02be966fc704d15be7b779e6f400 (diff)
downloadperl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar
perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar.gz
perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar.bz2
perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar.xz
perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.zip
fix openFileMaybeCompressed() catMaybeCompressed() when file names contain spaces (bugzilla #16172)
Diffstat (limited to 'MDK')
-rw-r--r--MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl
index 55218e3..222ac4a 100644
--- a/MDK/Common.pm.pl
+++ b/MDK/Common.pm.pl
@@ -74,7 +74,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.1.23";
+our $VERSION = "1.1.24";
1;
EOF