[differences between cumulative patch application and perl5.004_01]
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Install.pm
index 71f553b..bdf1543 100644 (file)
@@ -37,6 +37,8 @@ sub install {
 
     my(%hash) = %$hash;
     my(%pack, %write, $dir, $warn_permissions);
+    # -w doesn't work reliably on FAT dirs
+    $warn_permissions++ if $^O eq 'MSWin32';
     local(*DIR, *P);
     for (qw/read write/) {
        $pack{$_}=$hash{$_};