NetWare tweaks from Ananth Kesari.
Jarkko Hietaniemi [Thu, 3 Jan 2002 15:01:09 +0000 (15:01 +0000)]
p4raw-id: //depot/perl@14038

NetWare/t/NWScripts.pl
lib/File/Find.pm

index a2f22a4..8ab3929 100644 (file)
@@ -11,7 +11,7 @@ $DirName = "t";
 
 # These scripts have problems (either abend or hang) as of now (11 May 2001).
 # So, they are commented out in the corresponding auto scripts, io.pl and lib.pl
-@ScriptsNotUsed = ("t/io/argv.t", "t/io/openpid.t", "t/lib/filehandle.t", "t/lib/warnings.t");
+@ScriptsNotUsed = ("t/io/openpid.t", "t/lib/filehandle.t", "t/lib/memoize/t/expire_module_t.t");
 
 opendir(DIR, $DirName);
 @Dirs = readdir(DIR);
index dbc1b78..41afeb9 100644 (file)
@@ -1137,7 +1137,7 @@ $File::Find::current_dir = File::Spec->curdir || '.';
 
 $File::Find::dont_use_nlink = 1
     if $^O eq 'os2' || $^O eq 'dos' || $^O eq 'amigaos' || $^O eq 'MSWin32' ||
-       $^O eq 'cygwin' || $^O eq 'epoc' || $^O eq 'NetWare';
+       $^O eq 'cygwin' || $^O eq 'epoc';
 
 # Set dont_use_nlink in your hint file if your system's stat doesn't
 # report the number of links in a directory as an indication