summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-06-20 17:15:11 -0400
committerDavid Golden <dagolden@cpan.org>2011-06-20 17:15:36 -0400
commit9d2fda2c309b0c3a88c0542e75876cd3e9eed140 (patch)
tree3008877b07b086a618f04c0336a9d43c130e5b9d
parentfdf4c69613cdca7ae28ac6eb4a4ac37c90aafcc2 (diff)
downloadperl-9d2fda2c309b0c3a88c0542e75876cd3e9eed140.tar.gz
perldelta: put some things in C<> tags
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 01537e1f46..696fdbf7ac 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -653,7 +653,7 @@ option, as used by some projects that include perl's header files (5.14.1).
=item *
-USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} have been added the output of perl -V
+C<USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC}> have been added the output of perl -V
as they have affect the behaviour of the interpreter binary (albeit only
in a small area).