summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh ben Jore <jjore@cpan.org>2011-05-10 09:47:16 -0700
committerJosh ben Jore <jjore@cpan.org>2011-05-14 17:08:50 -0700
commitb40ff8c32d5923ceb702338a55240d84db86ae33 (patch)
treef924f8ed86f64eee33ea4c9e9e284faadd391507
parenta35ef416833511da752c4b5b836b7a8915712aab (diff)
downloadperl-b40ff8c32d5923ceb702338a55240d84db86ae33.tar.gz
Amend the readline()+signals caveat
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4319436f54..d443fc2f57 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -4445,8 +4445,8 @@ See also: L<http://rt.perl.org/rt3/Public/Bug/Display.html?id=67694>
=item *
-readline() returns an empty string instead of undef when it is
-interrupted by a signal.
+readline() returns an empty string instead of a cached previous value
+when it is interrupted by a signal
=item *