MacOS X 10.1.5 still failing the DB tests.
[p5sagit/p5-mst-13.2.git] / ext / DynaLoader / DynaLoader_pm.PL
index 8c44b40..f442579 100644 (file)
@@ -254,7 +254,7 @@ sub bootstrap {
        my $dir;
        if ($Is_MacOS) {
            my $path = $_;
-           if ($Mac_FS) {
+           if ($Mac_FS && ! -d $path) {
                $path = Mac::FileSpec::Unixish::nativize($path);
            }
            $path .= ":"  unless /:$/;