projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
411de0a
)
In case someone is using UTF-8 locales.
Jarkko Hietaniemi [Thu, 10 Apr 2003 04:03:48 +0000 (
04:03
+0000)]
p4raw-id: //depot/perl@19175
lib/ExtUtils/MM_MacOS.pm
patch
|
blob
|
blame
|
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|/|) {