summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2021-04-12 02:10:42 -0400
committerxenu <me@xenu.pl>2021-04-12 22:41:14 +0200
commitaf5a1f69e9aeb54e8569dfac4f8ee9d8caaa9fc9 (patch)
treea7dab1988ad366fe406c37d3424a2918dbda064e
parent79bd11b047da22520f8f3f2d09f9ec2df5bc54e2 (diff)
downloadperl-af5a1f69e9aeb54e8569dfac4f8ee9d8caaa9fc9.tar.gz
perl5121delta - fix documentation links
-rw-r--r--pod/perl5121delta.pod24
1 files changed, 12 insertions, 12 deletions
diff --git a/pod/perl5121delta.pod b/pod/perl5121delta.pod
index cc03466b29..4f6e1bf512 100644
--- a/pod/perl5121delta.pod
+++ b/pod/perl5121delta.pod
@@ -46,7 +46,7 @@ just exports them directly as functions without the wrapper.
=item *
-We upgraded L<CGI.pm> to version 3.49 to incorporate fixes for regressions
+We upgraded L<CGI> to version 3.49 to incorporate fixes for regressions
introduced in the release we shipped with Perl 5.12.0.
=item *
@@ -70,7 +70,7 @@ We upgraded L<Safe> to version 2.27 to wrap coderefs returned by C<reval()> and
=item *
-We added the new maintenance release policy to L<perlpolicy.pod>
+We added the new maintenance release policy to L<perlpolicy>
=item *
@@ -79,7 +79,7 @@ in L<perlpodspec>
=item *
-We added a missing explanation for a warning about C<:=> to L<perldiag.pod>
+We added a missing explanation for a warning about C<:=> to L<perldiag>
=item *
@@ -91,11 +91,11 @@ We updated the GitHub mirror link in L<perlrepository> to mirrors/perl, not gith
=item *
-We fixed a minor error in L<perl5114delta.pod>.
+We fixed a minor error in L<perl5114delta>.
=item *
-We replaced a mention of the now-obsolete L<Switch.pm> with F<given>/F<when>.
+We replaced a mention of the now-obsolete L<Switch> with F<given>/F<when>.
=item *
@@ -103,11 +103,11 @@ We improved documentation about F<$sitelibexp/sitecustomize.pl> in L<perlrun>.
=item *
-We corrected L<perlmodlib.pod> which had unintentionally omitted a number of modules.
+We corrected L<perlmodlib> which had unintentionally omitted a number of modules.
=item *
-We updated the documentation for 'require' in L<perlfunc.pod> relating to putting Perl code in @INC.
+We updated the documentation for 'require' in L<perlfunc> relating to putting Perl code in @INC.
=item *
@@ -115,11 +115,11 @@ We reinstated some erroneously-removed documentation about quotemeta in L<perlfu
=item *
-We fixed an F<a2p> example in L<perlutil.pod>.
+We fixed an F<a2p> example in L<perlutil>.
=item *
-We filled in a blank in L<perlport.pod> with the release date of Perl 5.12.
+We filled in a blank in L<perlport> with the release date of Perl 5.12.
=item *
@@ -127,7 +127,7 @@ We fixed broken links in a number of perldelta files.
=item *
-The documentation for L<Carp.pm> incorrectly stated that the $Carp::Verbose
+The documentation for L<Carp> incorrectly stated that the $Carp::Verbose
variable makes cluck generate stack backtraces.
=item *
@@ -136,11 +136,11 @@ We fixed a number of typos in L<Pod::Functions>
=item *
-We improved documentation of case-changing functions in L<perlfunc.pod>
+We improved documentation of case-changing functions in L<perlfunc>
=item *
-We corrected L<perlgpl.pod> to contain the correct version of the GNU
+We corrected L<perlgpl> to contain the correct version of the GNU
General Public License.