Integrate macperl patch #16868.
[p5sagit/p5-mst-13.2.git] / ext / Storable / t / utf8hash.t
index be67dc9..a6a1643 100644 (file)
@@ -11,6 +11,7 @@ sub BEGIN {
     if ($ENV{PERL_CORE}){
        chdir('t') if -d 't';
        @INC = ('.', '../lib');
+       push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
     } else {
        unshift @INC, 't';
     }