Skip to content

Commit 342b57d

Browse files
committed
perldelta for PERL_CR_FILTER removal
1 parent c68c3ab commit 342b57d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pod/perldelta.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,12 @@ restore backward compatibility with perl 5.004, which had made CR in source
308308
files an error. Before that, CR was accepted, but retained literally in quoted
309309
multi-line constructs such as here-documents, even at the end of a line.)
310310

311+
=item *
312+
313+
Similarly, the (even less documented) configuration macro C<PERL_CR_FILTER> has
314+
been removed. When enabled, it would install a default source filter to strip
315+
carriage returns from source code before the parser proper got to see it.
316+
311317
=back
312318

313319
=head1 Testing

0 commit comments

Comments
 (0)