In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5bafdaa4115e9f25a23d4d515753ce9d1362f198?hp=f9dc9a546479e405047e7d724326f979f0db588f>
- Log ----------------------------------------------------------------- commit 5bafdaa4115e9f25a23d4d515753ce9d1362f198 Author: Matthew Horsfall (alh) <wolfs...@gmail.com> Date: Thu Jun 12 07:01:57 2014 -0400 perldelta for 7fefc6c, dcccc8f, f83c603 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 205cbe6..dcf52e7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -396,6 +396,19 @@ L<[perl #121869]|https://rt.perl.org/Ticket/Display.html?id=121869> Clarify where C<NUL> may be embedded or is required to terminate a string. +=item * + +Previously missing documentation due to formatting errors are now included. + +=item * + +Entries are now organized into groups rather than by file where they are found. + +=item * + +Alphabetical sorting of entries is now handled by the POD generator to make +entries easier to find when scanning. + =back =head3 L<perlhacktips> -- Perl5 Master Repository