summaryrefslogtreecommitdiff
path: root/pod/perl5005delta.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-12 09:55:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-12 09:55:48 +0000
commit453f83e76b95e696c647aafba15187f8c92187be (patch)
tree89222e9b2c34b188be81a721fd03da482697d51a /pod/perl5005delta.pod
parent328c22fc9656f5254e0284b3dbaf78dc8d7cd107 (diff)
downloadperl-453f83e76b95e696c647aafba15187f8c92187be.tar.gz
tweak PERL_STRICT_CR notes
p4raw-id: //depot/perl@2889
Diffstat (limited to 'pod/perl5005delta.pod')
-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