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:
30f9405
)
perldelta e135ff695231a81e2a70a739e8d813525432fd4d
author
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 02:12:42 +0000
(
02:12
+0000)
committer
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 02:12:42 +0000
(
02:12
+0000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
94c9ef3
..
a09287a
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-241,6
+241,9
@@
already documented in L<perlref>, are now documented in L<perlsyn> too.
=head3 L<perlfunc>
+There is now a note that warnings generated by built-in functions are
+documented in L<perldiag> and L<warnings>. [perl #116080]
+
The documentation for the C<exists> operator no longer says that
autovivification behaviour "may be fixed in a future release".
We've determined that we're not going to change the default behaviour.