In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9?hp=6d1b6114a4d33a5b9514d5db4a9676bd79646cb9>
- Log ----------------------------------------------------------------- commit 78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 Author: Abigail <[email protected]> Date: Mon Mar 19 22:18:15 2012 +0100 More perldelta work. M pod/perldelta.pod commit 6cd577feeaf75f6e140a8584b4c805a7799b33c1 Author: Abigail <[email protected]> Date: Mon Mar 19 22:04:14 2012 +0100 Mention the fix to perlfunc.html in "Configuration and Compilation" as well. Also, fix the spelling of html. M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 48 ++++-------------------------------------------- 1 files changed, 4 insertions(+), 44 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6ada487..1f2f16f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -147,18 +147,11 @@ No utilities changed between 5.15.8 and 5.15.9. =head1 Configuration and Compilation -XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools -go here. Any other changes to the Perl build process should be listed here. -However, any platform-specific changes should be listed in the -L</Platform Support> section, instead. - -[ List changes as a =item entry ]. - =over 4 =item * -XXX +C<< perlfunc.html >> is now being generated again. [perl #107870] =back @@ -181,45 +174,13 @@ C<STDIN> had been closed. There have been no changes to Perl's support of various platforms between 5.15.8 and 5.15.9. -=head2 Platform-Specific Notes - -XXX List any changes for specific platforms. This could include configuration -and compilation changes or changes in portability/compatibility. However, -changes within modules for platforms should generally be listed in the -L</Modules and Pragmata> section. - -=over 4 - -=item XXX-some-platform - -XXX - -=back - =head1 Internal Changes -XXX Changes which affect the interface available to C<XS> code go here. -Other significant internal changes for future core maintainers should -be noted as well. - -[ List each change as a =item entry ] - -=over 4 - -=item * - -XXX - -=back +There has been no change that affects the interface available to C<< XS >> +between 5.15.8 and 5.15.9. =head1 Selected Bug Fixes -XXX Important bug fixes in the core language are summarised here. -Bug fixes in files in F<ext/> and F<lib/> are best summarised in -L</Modules and Pragmata>. - -[ List each fix as a =item entry ] - =over 4 =item * @@ -229,7 +190,7 @@ a Unicode 6.1 omission. =item * -C<< perlfunc.hmtl >> is now being generated again. [perl #107870] +C<< perlfunc.html >> is now being generated again. [perl #107870] =item * @@ -263,7 +224,6 @@ propgates that value [perl #111654]. C<< Term::ReadLine >> now uses AnyEvent instead of Tk for an event loop. - =back =head1 Known Problems -- Perl5 Master Repository
