summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-03 11:55:06 -0600
committerJesse Vincent <jesse@bestpractical.com>2010-07-04 21:43:44 +0100
commit8f3c3cf14fbfd9a75364417ee2f959dcd2aee52b (patch)
tree980b2708387aa2fe411a998636297d66541b3cdf /pod
parent0eacc33e4d173ba3d894d6bb06ef61a443dbb73b (diff)
downloadperl-8f3c3cf14fbfd9a75364417ee2f959dcd2aee52b.tar.gz
Correct perldelta for these changes
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5133delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod
index 013d29dffc..d60604f84b 100644
--- a/pod/perl5133delta.pod
+++ b/pod/perl5133delta.pod
@@ -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