From 6f0b2f185f5bec958d5d6660c5cc9c75b840c451 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e0c3a7a72c16..75852967b3bb 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -378,7 +378,10 @@ manager will later use a regex to expand these into links. =item * -XXX +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