summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-06-09 18:01:26 -0400
committerJesse Vincent <jesse@bestpractical.com>2011-06-09 18:01:26 -0400
commit5bb6b4b8a132bb6c31b2e224fa759cd12c6ba332 (patch)
treee631692181606ebd6301cbf1101e73d9e3e933d0
parent51182a96fff8041fc0f9bacfd9e645be61030e3f (diff)
downloadperl-5bb6b4b8a132bb6c31b2e224fa759cd12c6ba332.tar.gz
Removing XXX sections from perldelta
-rw-r--r--pod/perldelta.pod119
1 files changed, 5 insertions, 114 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 440d846361..89b18c2056 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -15,19 +15,11 @@ L<perl5140delta>, which describes differences between 5.12.0 and
=head1 Core Enhancements
-XXX New core language features go here. Summarise user-visible core language
-enhancements. Particularly prominent performance optimisations could go
-here, but most should go in the L</Performance Enhancements> section.
-
-[ List each enhancement as a =head2 entry ]
+No changes since 5.14.0.
=head1 Security
-XXX Any security-related notices go here. In particular, any security
-vulnerabilities closed should be noted here rather than in the
-L</Bug Fixes> section.
-
-[ List each security issue as a =head2 entry ]
+No changes since 5.14.0.
=head1 Incompatible Changes
@@ -36,45 +28,14 @@ exist, they are bugs and reports are welcome.
=head1 Deprecations
-There have been no deprecations since 5.12.0.
-
-=head1 Performance Enhancements
-
-XXX Changes which enhance performance without changing behaviour go here. There
-may well be none in a stable release.
-
-[ List each enhancement as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
+There have been no deprecations since 5.14.0.
=head1 Modules and Pragmata
-XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
-go here. If Module::CoreList is updated, generate an initial draft of the
-following sections using F<Porting/corelist-perldelta.pl>, which prints stub
-entries to STDOUT. Results can be pasted in place of the '=head2' entries
-below. A paragraph summary for important changes should then be added by hand.
-In an ideal world, dual-life modules would have a F<Changes> file that could be
-cribbed.
-
-[ Within each section, list entries as a =item entry ]
-
=head2 New Modules and Pragmata
-=over 4
-
-=item *
-
None
-=back
-
=head2 Updated Modules and Pragmata
=over 4
@@ -100,29 +61,16 @@ It corrects the search paths on VMS. [perl #90640]
=head2 Removed Modules and Pragmata
-=over 4
-
-=item *
-
None
-=back
-
=head1 Documentation
-XXX Changes to files in F<pod/> go here. Consider grouping entries by
-file and be sure to link to the appropriate page, e.g. L<perlfunc>.
-
=head2 New Documentation
-No new documents have been added since Perl 5.14.0.
+None
=head2 Changes to Existing Documentation
-XXX Changes which significantly change existing files in F<pod/> go here.
-However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
-section.
-
=head3 L<perlfunc>
=over
@@ -217,32 +165,10 @@ None
=head1 Utility Changes
-XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go
-here. Most of these are built within the directories F<utils> and F<x2p>.
-
-[ List utility changes as a =head3 entry for each utility and =item
-entries for each change
-Use L<XXX> with program names to get proper documentation linking. ]
-
-=head3 L<XXX>
-
-=over 4
-
-=item *
-
-XXX
-
-=back
+None
=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 *
@@ -271,11 +197,6 @@ which were unable to complete the tests before the previous timer ran out.
=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
None
@@ -286,11 +207,6 @@ None
=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.
-
=head3 Solaris
=over
@@ -344,12 +260,6 @@ The first is always 0, the other two now no-ops.
=head1 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 *
@@ -403,25 +313,6 @@ from when parsing a here document.
=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 The list of people to thank goes here.