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:
4a7239f
)
perldelta entries
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 17 Aug 2012 23:44:57 +0000
(16:44 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 17 Aug 2012 23:45:23 +0000
(16:45 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
43d8ca0
..
f20edd5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-681,6
+681,15
@@
the pattern hasn't changed (i.e. C</$unchanging/>). This has now been fixed.
A bug in the compilation of a C</(?{})/> expression which affected the TryCatch
test suite has been fixed [perl #114242].
+=item *
+
+Formats no longer leak. They started leaking in 5.17.2.
+
+=item *
+
+Pod can now be nested in code inside a quoted construct outside of a string
+eval. This used to work only within string evals [perl #114040].
+
=back
=head1 Known Problems