summaryrefslogtreecommitdiff
path: root/pod/perl5372delta.pod
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2022-08-28 14:09:49 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2022-08-28 14:09:49 +0100
commit33a05a755569173075bd45cdc296a71392b203b7 (patch)
tree258a8c7ff18d3585f8306d4a715fe440c71465f3 /pod/perl5372delta.pod
parent6dc66d255ce6b487c300b06a5cb75819fd33feb3 (diff)
downloadperl-33a05a755569173075bd45cdc296a71392b203b7.tar.gz
Fix POD formatting error in perl5372delta
Diffstat (limited to 'pod/perl5372delta.pod')
-rw-r--r--pod/perl5372delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5372delta.pod b/pod/perl5372delta.pod
index a9e759599e..a6861edcb7 100644
--- a/pod/perl5372delta.pod
+++ b/pod/perl5372delta.pod
@@ -361,8 +361,8 @@ Fix regnode pointer alignment issue in <regcomp.h>.
=item *
-Disabling the C<bareword_filehandles> feature no longer treats C<print
-Class->method> as an error. [L<github #19704|https://github.com/Perl/perl5/issues/19704>]
+Disabling the C<bareword_filehandles> feature no longer treats C<< print
+Class->method >> as an error. [L<github #19704|https://github.com/Perl/perl5/issues/19704>]
=item *