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:
f8f2d1a
)
perldelta for 7601007
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 05:57:48 +0000
(22:57 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 05:57:48 +0000
(22:57 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
3bfa361
..
c198362
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-885,6
+885,12
@@
Perl 5.19.2 inadvertently stopped some lines of code from being available
to the debugger if C<< => >> occurred at the beginning of a line and the
previous line ended with a keyword. This is now fixed.
+=item *
+
+An optimisation in Perl 5.18 made incorrect assumptions causing a bad
+interaction with the L<Devel::CallParser> CPAN module. If the module was
+loaded, then lexical variables declared in separate statements following a C<my(...)> list might fail to be cleared on scope exit.
+
=back
=head1 Known Problems