From 342b57d68213add262954103c711be7d6ed0f128 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Wed, 27 Nov 2024 22:13:12 +0100 Subject: [PATCH] perldelta for PERL_CR_FILTER removal --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a70a9d04fadf..cf2c408fd489 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -308,6 +308,12 @@ restore backward compatibility with perl 5.004, which had made CR in source files an error. Before that, CR was accepted, but retained literally in quoted multi-line constructs such as here-documents, even at the end of a line.) +=item * + +Similarly, the (even less documented) configuration macro C has +been removed. When enabled, it would install a default source filter to strip +carriage returns from source code before the parser proper got to see it. + =back =head1 Testing