In perl.git, the branch maint-5.20 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f81a803b35dc23d80d1e9a79416a10590c25b828?hp=889a599c2e07608316e68d3ea74fe1045e54ecc9>
- Log ----------------------------------------------------------------- commit f81a803b35dc23d80d1e9a79416a10590c25b828 Author: Steve Hay <[email protected]> Date: Tue Jul 29 08:40:38 2014 +0100 perldelta for 5e8d6835e0 (manually picked from commit 6d9b7c7c45) M pod/perldelta.pod commit b7dcd71e05557d6212a5dd79734db57585cf288b Author: Matthew Horsfall (alh) <[email protected]> Date: Wed Jun 11 09:30:55 2014 -0400 perldelta for coverity fixes (cherry picked from commit 2884baee7bf12d7a75a6bd59ef3b2876fe3bb355) M pod/perldelta.pod commit 1ae70accd30ef0d57d63f7deec8969410907c137 Author: Matthew Horsfall (alh) <[email protected]> Date: Tue Jul 29 08:34:34 2014 +0100 perldelta for 8be3c4c (cherry picked from commit 2705070b44befe30a4157c319c93c18dc5bc01f0) M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bdbaf2c..a6c6ebb 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -197,6 +197,28 @@ L<[perl #116925]|https://rt.perl.org/Ticket/Display.html?id=116925> =back +=head3 L<perlpolicy> + +=over 4 + +=item * + +We now have a code of conduct for the I<< p5p >> mailing list, as documented +in L<< perlpolicy/STANDARDS OF CONDUCT >>. + +=back + +=head3 L<perlre> + +=over 4 + +=item * + +The C</x> modifier has been clarified to note that comments cannot be continued +onto the next line by escaping them. + +=back + =head3 L<perlsyn> =over 4 @@ -352,6 +374,11 @@ C<exec> and backticks: the commands would end up looking for F</bin/sh> instead of F</system/bin/sh>, and so would fail for the vast majority of devices, leaving C<$!> as C<ENOENT>. +=item * + +Many issues have been detected by L<Coverity|http://www.coverity.com/> and +fixed. + =back =head1 Known Problems -- Perl5 Master Repository
