summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Maischein <corion@cpan.org>2013-03-21 22:06:38 +0100
committerMax Maischein <corion@cpan.org>2013-03-21 22:08:11 +0100
commit7517f59849785bff313ec053e695f990495f3ab1 (patch)
treecd070320f1a49dabd31a495d8113eec6275f43f2
parentb17be11f5b60d55d3da5403a42ac27c66b84bfb0 (diff)
downloadperl-5.17.10.tar.gz
Remove empty POD sections, fix link in podv5.17.10
-rw-r--r--pod/perldelta.pod8
1 files changed, 1 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ec6856bcf9..b6ef839d14 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -12,10 +12,6 @@ release.
If you are upgrading from an earlier release such as 5.17.8, first read
L<perl5179delta>, which describes differences between 5.17.8 and 5.17.9.
-=head1 Notice
-
-=head1 Core Enhancements
-
=head1 Security
=head2 Hash iteration randomized per hash variable
@@ -49,8 +45,6 @@ This interpreter-global variable used to track the total number of
Perl objects in the interpreter. It is no longer maintained and will
be removed altogether in Perl 5.20.
-=head1 Performance Enhancements
-
=head1 Modules and Pragmata
=head2 New Modules and Pragmata
@@ -295,7 +289,7 @@ diagnostic messages, see L<perldiag>.
=item *
-L%c* is deprecated, and will become a syntax error|perldiag/"%c* is deprecated, and will become a syntax error">
+L<%c* is deprecated, and will become a syntax error|perldiag/"%c* is deprecated, and will become a syntax error">
Use of C<@*>, C<&*>, C<**> or C<%*> is now deprecated, and will generate a
compile time warning, enabled by default. In future such code will fail to