Integrate:
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / t / test.t
index 971ad67..777e9fb 100644 (file)
@@ -9,7 +9,7 @@ BEGIN {
 BEGIN {
     if ($ENV{PERL_CORE}) {
         chdir('t') if -d 't';
-        @INC = qw(../lib);
+        @INC = $^O eq 'MacOS' ? qw(::lib) : qw(../lib);
     }
 }