diff options
Diffstat (limited to 'ext/Storable/t/utf8hash.t')
-rw-r--r-- | ext/Storable/t/utf8hash.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Storable/t/utf8hash.t b/ext/Storable/t/utf8hash.t index be67dc9b9c..a6a1643c3e 100644 --- a/ext/Storable/t/utf8hash.t +++ b/ext/Storable/t/utf8hash.t @@ -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'; } |