This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
043cc6c
)
[perl #65838] perlop: remove caveat here-doc without newline
author
David Nicol
<davidnicol@gmail.com>
Mon, 20 Aug 2012 23:22:15 +0000
(16:22 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 21 Aug 2012 21:11:02 +0000
(14:11 -0700)
pod/perlop.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
983e141
..
0398f70
100644
(file)
--- 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