From: Jarkko Hietaniemi Date: Thu, 3 Jan 2002 15:01:09 +0000 (+0000) Subject: NetWare tweaks from Ananth Kesari. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94c676340b87fea5154fcacf93d2a763960d4c5f;p=p5sagit%2Fp5-mst-13.2.git NetWare tweaks from Ananth Kesari. p4raw-id: //depot/perl@14038 --- diff --git a/NetWare/t/NWScripts.pl b/NetWare/t/NWScripts.pl index a2f22a4..8ab3929 100644 --- a/NetWare/t/NWScripts.pl +++ b/NetWare/t/NWScripts.pl @@ -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); diff --git a/lib/File/Find.pm b/lib/File/Find.pm index dbc1b78..41afeb9 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -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