projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e776a
)
perldelta for b2da7ead68
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 13:16:02 +0000
(
05:16
-0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 12 Nov 2013 13:16:02 +0000
(
05:16
-0800)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
738c7fd
..
c8fd0a6
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-424,6
+424,11
@@
engine crash.
C<%{'_<...'}> hashes now set breakpoints on the corresponding C<@{'_<...'}>
rather than whichever array C<@DB::dbline> is aliased to. [perl #119799]
+=item *
+
+Setting C<$!> to EACCESS before calling C<require> could affect
+C<require>'s behaviour. This has been fixed.
+
=back
=head1 Known Problems