From f48496b110bcb91a145fd78327dd7cbc2fe728b9 Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Mon, 16 Dec 2013 18:01:23 -0500 Subject: [PATCH] Fix reference to chmod portability in chown --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0a57090..0bffdfc 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -972,7 +972,7 @@ On POSIX systems, you can detect this condition this way: use POSIX qw(sysconf _PC_CHOWN_RESTRICTED); $can_chown_giveaway = not sysconf(_PC_CHOWN_RESTRICTED); -Portability issues: L. +Portability issues: L. =item chr NUMBER X X X X -- 2.7.4