projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411de0a
)
In case someone is using UTF-8 locales.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 10 Apr 2003 04:03:48 +0000
(
04:03
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 10 Apr 2003 04:03:48 +0000
(
04:03
+0000)
p4raw-id: //depot/perl@19175
lib/ExtUtils/MM_MacOS.pm
patch
|
blob
|
history
diff --git
a/lib/ExtUtils/MM_MacOS.pm
b/lib/ExtUtils/MM_MacOS.pm
index
4c43d24
..
9a2fa44
100644
(file)
--- a/
lib/ExtUtils/MM_MacOS.pm
+++ b/
lib/ExtUtils/MM_MacOS.pm
@@
-278,6
+278,7
@@
Translate Unix filepaths and shell globs to Mac style.
sub patternify {
my($unix) = @_;
my(@mac);
+ use bytes; # Non-UTF-8 high bytes in the below.
foreach (split(/[ \t\n]+/, $unix)) {
if (m|/|) {