pkgsrc/lang/perl58/patches/patch-cd
jlam f2a57bef15 Update lang/perl58 to 5.8.4. Changes from version 5.8.3 include Unicode
enhancements and optimizations and bug fixes in handling UTF8 strings.
2004-04-26 04:42:12 +00:00

12 lines
399 B
Text

$NetBSD: patch-cd,v 1.2 2004/04/26 04:42:12 jlam Exp $
--- lib/File/Find.pm.orig Fri Feb 27 11:31:34 2004
+++ lib/File/Find.pm Mon Apr 26 00:34:04 2004
@@ -1221,6 +1221,7 @@
$File::Find::dont_use_nlink = 1
if $^O eq 'os2' || $^O eq 'dos' || $^O eq 'amigaos' || $^O eq 'MSWin32' ||
+ $^O eq 'interix' ||
$^O eq 'cygwin' || $^O eq 'epoc' || $^O eq 'qnx' ||
$^O eq 'nto';