summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDavid Nicol <davidnicol@gmail.com>2012-08-20 16:22:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 14:11:02 -0700
commitf35fca86375876704f26fde951b763c2bb533608 (patch)
tree945bd3897b5893b93cc7035a7861f9b33ec995d7 /pod
parent043cc6c601c03ac1644cea26a20b39eb34957445 (diff)
downloadperl-f35fca86375876704f26fde951b763c2bb533608.tar.gz
[perl #65838] perlop: remove caveat here-doc without newline
Diffstat (limited to 'pod')
-rw-r--r--pod/perlop.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 983e141477..0398f70e07 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -2489,10 +2489,6 @@ you have to write
the other
E
-If the terminating identifier is on the last line of the program, you
-must be sure there is a newline after it; otherwise, Perl will give the
-warning B<Can't find string terminator "END" anywhere before EOF...>.
-
Additionally, quoting rules for the end-of-string identifier are
unrelated to Perl's quoting rules. C<q()>, C<qq()>, and the like are not
supported in place of C<''> and C<"">, and the only interpolation is for