summaryrefslogtreecommitdiff
path: root/pod/perl5360delta.pod
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2022-05-27 22:05:03 -0400
committerKarl Williamson <khw@cpan.org>2022-05-27 21:21:56 -0600
commit62e3a0d5d51cfd774562e9f04dfcf1a6a297ee92 (patch)
tree9927f4c0ce5f252e06a1ad843f67d0bd7ccf32c4 /pod/perl5360delta.pod
parenta191c4a4cfe1fa27ae964f53e5e2e1856a26f0f5 (diff)
downloadperl-62e3a0d5d51cfd774562e9f04dfcf1a6a297ee92.tar.gz
perl5360delta - pod syntax fix
Diffstat (limited to 'pod/perl5360delta.pod')
-rw-r--r--pod/perl5360delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5360delta.pod b/pod/perl5360delta.pod
index b34ac45bac..06d36759c5 100644
--- a/pod/perl5360delta.pod
+++ b/pod/perl5360delta.pod
@@ -1050,7 +1050,7 @@ that are strict in rejecting certain C99 features, particularly mixed
declarations and code, and hence it makes sense for XS module authors to audit
that their code does not violate this. However, doing this is now only
possible on these earlier versions of Perl, hence these modules need to be
-changed to only add this flag for C<<$] < 5.035005>>.
+changed to only add this flag for C<< $] < 5.035005 >>.
=item *