In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ce5b0b849c4a3e4d77dc60096ae4170609a81644?hp=47ef2f80a353917e46d5ef248320c351162a97b2>

- Log -----------------------------------------------------------------
commit ce5b0b849c4a3e4d77dc60096ae4170609a81644
Author: Lukas Mai <[email protected]>
Date:   Sun Jul 27 09:09:50 2014 -0400

    POSIX.pod: Document correct redirect for 'atexit'.
    
    For: RT #122412
-----------------------------------------------------------------------

Summary of changes:
 ext/POSIX/lib/POSIX.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod
index 61b0f71..677a599 100644
--- a/ext/POSIX/lib/POSIX.pod
+++ b/ext/POSIX/lib/POSIX.pod
@@ -146,7 +146,7 @@ coordinate and the I<x> coordinate.  See also L<Math::Trig>.
 
 =item C<atexit>
 
-C<atexit()> is C-specific: use C<END {}> instead, see L<perlsub>.
+C<atexit()> is C-specific: use C<END {}> instead, see L<perlmod>.
 
 =item C<atof>
 

--
Perl5 Master Repository

Reply via email to