summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-08-20 16:52:44 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-08-20 16:52:44 +0100
commit181a7be3006117ce9bf456e49cba9cf6d2a89f73 (patch)
tree6ff0b27ea29b2e68fab00cb79e958ae9b34130fc
parentfcbb262bfa8a07198e3121b8daca0e18610694d2 (diff)
downloadperl-181a7be3006117ce9bf456e49cba9cf6d2a89f73.tar.gz
perldelta updates
-rw-r--r--pod/perldelta.pod89
1 files changed, 3 insertions, 86 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 3f01895bb0..32c0d637ac 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2,9 +2,6 @@
=head1 NAME
-[ this is a template for a new perldelta file. Any text flagged as XXX needs
-to be processed before release. ]
-
perldelta - what is new for perl v5.25.4
=head1 DESCRIPTION
@@ -15,10 +12,6 @@ release.
If you are upgrading from an earlier release such as 5.25.2, first read
L<perl5253delta>, which describes differences between 5.25.2 and 5.25.3.
-=head1 Notice
-
-XXX Any important notices here
-
=head1 Core Enhancements
XXX New core language features go here. Summarize user-visible core language
@@ -35,56 +28,8 @@ L</Selected Bug Fixes> section.
[ List each security issue as a =head2 entry ]
-=head1 Incompatible Changes
-
-XXX For a release on a stable branch, this section aspires to be:
-
- There are no changes intentionally incompatible with 5.XXX.XXX
- If any exist, they are bugs, and we request that you submit a
- report. See L</Reporting Bugs> below.
-
-[ List each incompatible change as a =head2 entry ]
-
-=head1 Deprecations
-
-XXX Any deprecated features, syntax, modules etc. should be listed here.
-
-=head2 Module removals
-
-XXX Remove this section if inapplicable.
-
-The following modules will be removed from the core distribution in a
-future release, and will at that time need to be installed from CPAN.
-Distributions on CPAN which require these modules will need to list them as
-prerequisites.
-
-The core versions of these modules will now issue C<"deprecated">-category
-warnings to alert you to this fact. To silence these deprecation warnings,
-install the modules in question from CPAN.
-
-Note that these are (with rare exceptions) fine modules that you are encouraged
-to continue to use. Their disinclusion from core primarily hinges on their
-necessity to bootstrapping a fully functional, CPAN-capable Perl installation,
-not usually on concerns over their design.
-
-=over
-
-=item XXX
-
-XXX Note that deprecated modules should be listed here even if they are listed
-as an updated module in the L</Modules and Pragmata> section.
-
-=back
-
-[ List each other deprecation as a =head2 entry ]
-
=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 *
@@ -139,35 +84,6 @@ XXX
=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
-
-XXX Changes which create B<new> files in F<pod/> go here.
-
-=head3 L<XXX>
-
-XXX Description of the purpose of the new file here
-
-=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<XXX>
-
-=over 4
-
-=item *
-
-XXX Description of the change here
-
-=back
-
=head1 Diagnostics
The following additions or changes have been made to diagnostic output,
@@ -311,9 +227,10 @@ L</Modules and Pragmata> section.
=over 4
-=item XXX-some-platform
+=item Hurd
-XXX
+The hints for Hurd have been improved enabling malloc wrap and reporting the
+GNU libc used (previously it was an empty string when reported).
=back