perl5160delta: Add missing C<>
authorFather Chrysostomos <sprout@cpan.org>
Wed, 25 Apr 2012 05:08:16 +0000 (22:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 25 Apr 2012 05:08:16 +0000 (22:08 -0700)
Porting/perl5160delta.pod

index f8ff298..a759db6 100644 (file)
@@ -286,7 +286,7 @@ One-character non-ASCII non-punctuation variables (like C<$é>) are now
 subject to "Used only once" warnings.  They used to be exempt, as they
 was treated as punctuation variables.
 
-Also, single-character Unicode punctuation variables (like $‰) are now
+Also, single-character Unicode punctuation variables (like C<$‰>) are now
 supported [perl #69032].
 
 =head3 Improved ability to mix locales and Unicode, including UTF-8 locales