summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-19 15:52:44 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-19 15:52:44 -0400
commit00eebae1d2d6e5485f8608e70a8f58b135bc0294 (patch)
tree0f58e660aa0daf7c10052ef022b5fb63f889bbfc
parentc0ddbfc2a7cbd57f1a395f7869ba447249bff19b (diff)
downloadperl-00eebae1d2d6e5485f8608e70a8f58b135bc0294.tar.gz
perldelta: re-balance a C<..>
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a2a527e5ca..b3c92f3d38 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1873,7 +1873,7 @@ C<USE_CPLUSPLUS> to the value "define".
=item *
The list form of piped open has been implemented for Win32. Note: unlike
-C< system LIST >> this does not fall back to the shell.
+C<system LIST> this does not fall back to the shell.
L<[perl #121159]|https://rt.perl.org/Ticket/Display.html?id=121159>
=item *