In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f48496b110bcb91a145fd78327dd7cbc2fe728b9?hp=3238b147ebaf6cfb04181176f9b1999d8dcfa7d9>

- Log -----------------------------------------------------------------
commit f48496b110bcb91a145fd78327dd7cbc2fe728b9
Author: Peter Martini <petercmart...@gmail.com>
Date:   Mon Dec 16 18:01:23 2013 -0500

    Fix reference to chmod portability in chown
-----------------------------------------------------------------------

Summary of changes:
 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<perlport/chmod>.
+Portability issues: L<perlport/chown>.
 
 =item chr NUMBER
 X<chr> X<character> X<ASCII> X<Unicode>

--
Perl5 Master Repository

Reply via email to