From fc24855168f92c9eb5abf25bc4ef1bf9b06e47cb Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 13 Jan 2025 10:44:34 +1100 Subject: [PATCH] perldelta for readline ignores EAGAIN, EWOULDBLOCK --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b4b51df8930f..5123f631f63e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -401,6 +401,13 @@ C, but without using the result. If VAR is a reference, the referenced entity has its refcount properly decremented when VAR is turned into a string; previously, it would leak memory. [GH #22898] +=item * + +L now clears the error flag if an error occurs when +reading and that error is C or C. This allows +old code that depended on C to clear all errors to ignore +these relatively harmless errors. [GH #22883] + =back =head1 Known Problems