This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: put some things in C<> tags
authorDavid Golden <dagolden@cpan.org>
Mon, 20 Jun 2011 21:15:11 +0000 (17:15 -0400)
committerDavid Golden <dagolden@cpan.org>
Mon, 20 Jun 2011 21:15:36 +0000 (17:15 -0400)
pod/perldelta.pod

index 01537e1..696fdbf 100644 (file)
@@ -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).