summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perl5005delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod
index b06b7cc58b..6f67653cb7 100644
--- a/pod/perl5005delta.pod
+++ b/pod/perl5005delta.pod
@@ -310,7 +310,7 @@ and in XSUBs.
Perl used to complain if it encountered literal carriage returns in
scripts. Now they are mostly treated like whitespace within program text.
Inside string literals and here documents, literal carriage returns are
-ignored if they occur paired with newlines, or get interpreted as newlines
+ignored if they occur paired with linefeeds, or get interpreted as whitespace
if they stand alone. This behavior means that literal carriage returns
in files should be avoided. You can get the older, more compatible (but
less generous) behavior by defining the preprocessor symbol