In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/0cb6cb0cb03ca795cc55f4c9fed94fee702227bf?hp=fdfb76e4ec2559ba6f04a02641adb768b9c8411a>
- Log -----------------------------------------------------------------
commit 0cb6cb0cb03ca795cc55f4c9fed94fee702227bf
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date: Thu Jan 19 16:46:28 2012 +0000
Removed more unused boilerplate from perldelta
-----------------------------------------------------------------------
Summary of changes:
pod/perldelta.pod | 80 -----------------------------------------------------
1 files changed, 0 insertions(+), 80 deletions(-)
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7840f48..5bd4167 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -380,18 +380,6 @@ operator.
=back
-=head2 Changes to Existing Diagnostics
-
-XXX Changes (i.e. rewording) of diagnostic messages go here
-
-=over 4
-
-=item *
-
-XXX Describe change here
-
-=back
-
=head2 Removals
=over 4
@@ -471,55 +459,6 @@ C<make install>, are tested here.
=back
-=head1 Platform Support
-
-XXX Any changes to platform support should be listed in the sections below.
-
-[ Within the sections, list each platform as a =item entry with specific
-changes as paragraphs below it. ]
-
-=head2 New Platforms
-
-XXX List any platforms that this version of perl compiles on, that previous
-versions did not. These will either be enabled by new files in the F<hints/>
-directories, or new subdirectories and F<README> files at the top level of the
-source tree.
-
-=over 4
-
-=item XXX-some-platform
-
-XXX
-
-=back
-
-=head2 Discontinued Platforms
-
-XXX List any platforms that this version of perl no longer compiles on.
-
-=over 4
-
-=item XXX-some-platform
-
-XXX
-
-=back
-
-=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
=over 4
@@ -885,25 +824,6 @@ string. This has been fixed [perl #108480].
=back
-=head1 Known Problems
-
-XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
-tests that had to be C<TODO>ed for the release would be noted here, unless
-they were specific to a particular platform (see below).
-
-This is a list of some significant unfixed bugs, which are regressions
-from either 5.XXX.XXX or 5.XXX.XXX.
-
-[ List each fix as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
=head1 Acknowledgements
XXX Generate this with:
--
Perl5 Master Repository