ExtUtils::MakeMaker 6.10_03 -> 6.10_04
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_MacOS.pm
index c811c09..5657d3b 100644 (file)
@@ -278,7 +278,7 @@ Translate Unix filepaths and shell globs to Mac style.
 sub patternify {
     my($unix) = @_;
     my(@mac);
-    use bytes; # Non-UTF-8 high bytes below.
+    use ExtUtils::MakeMaker::bytes; # Non-UTF-8 high bytes below.
 
     foreach (split(/[ \t\n]+/, $unix)) {
        if (m|/|) {