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

index 4c43d24..9a2fa44 100644 (file)
@@ -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|/|) {