summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-02-28 17:27:54 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-28 17:27:54 +0000
commitaf486d8479eb40b6b37537475c36dcb10e552581 (patch)
treebb6c6a1fb768191b37fe6f1bc9621d475ceff1d6
parentc7e97596832dd3f25b7387c1a9ef62fb16164bf9 (diff)
downloadperl-af486d8479eb40b6b37537475c36dcb10e552581.tar.gz
perldelta - Remove remaining boilerplate stuff except for Acknowledgements
-rw-r--r--pod/perldelta.pod82
1 files changed, 1 insertions, 81 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4360a39e35..9c5b17ac05 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -12,14 +12,6 @@ release.
If you are upgrading from an earlier release such as 5.30.0, first read
L<perl5301delta>, which describes differences between 5.30.0 and 5.30.1.
-=head1 Security
-
-XXX Any security-related notices go here. In particular, any security
-vulnerabilities closed should be noted here rather than in the
-L</Selected Bug Fixes> section.
-
-[ List each security issue as a =head2 entry ]
-
=head1 Incompatible Changes
There are no changes intentionally incompatible with 5.30.0. If any exist,
@@ -44,91 +36,19 @@ L<Module::CoreList> has been upgraded from version 5.20191110 to 5.20200314.
=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 Changes to Existing Documentation
We have attempted to update the documentation to reflect the changes
listed in this document. If you find any we have missed, send email
to L<https://github.com/Perl/perl5/issues>.
-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.
-
-Additionally, the following selected changes have been made:
-
-=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,
-including warnings and fatal error messages. For the complete list of
-diagnostic messages, see L<perldiag>.
-
-XXX New or changed warnings emitted by the core's C<C> code go here. Also
-include any changes in L<perldiag> that reconcile it to the C<C> code.
-
-=head2 New Diagnostics
-
-XXX Newly added diagnostic messages go under here, separated into New Errors
-and New Warnings
-
-=head3 New Errors
-
-=over 4
-
-=item *
-
-XXX L<message|perldiag/"message">
-
-=back
-
-=head3 New Warnings
-
-=over 4
-
-=item *
-
-XXX L<message|perldiag/"message">
-
-=back
-
-=head2 Changes to Existing Diagnostics
-
-XXX Changes (i.e. rewording) of diagnostic messages go here
-
-=over 4
-
-=item *
-
-XXX Describe change here
-
-=back
-
=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 an =item entry ].
-
=over 4
=item *
-XXX
+GCC 10 is now supported by F<Configure>.
=back