From 216d99a62babbdb59330c3c4cc503329fb65e88b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 17 Aug 2012 16:44:57 -0700 Subject: [PATCH] perldelta entries --- pod/perldelta.pod | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 43d8ca0..f20edd5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -681,6 +681,15 @@ the pattern hasn't changed (i.e. C). 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 -- 2.7.4