Correct perldelta for these changes
authorKarl Williamson <khw@khw-desktop.(none)>
Sat, 3 Jul 2010 17:55:06 +0000 (11:55 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Sun, 4 Jul 2010 20:43:44 +0000 (21:43 +0100)
pod/perl5133delta.pod

index 013d29d..d60604f 100644 (file)
@@ -40,7 +40,7 @@ In the past, it was ineffective to override one of Perl's abbreviations with
 your own custom alias.  Now it works.
 
 And you can create a custom alias directly to the ordinal of a character, known
-by C<\N{...}> and C<charnames::viacode()>, but not C<charnames::vianame()>.
+by C<\N{...}>, C<charnames::vianame()>, and C<charnames::viacode()>.
 Previously, an alias had to be to an official Unicode character name.  This
 made it impossible to create an alias for a code point that had no name,
 such as the ones reserved for private use.  So this change allows you to make