summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-11 09:30:25 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-11 09:30:35 -0700
commitebca2fa89ea60fc60c9cf92f30cbebd554d3538b (patch)
tree37b509b32f3c1aed6ef75255091b156e9d8782d9
parent62f11196f0759399b50b1cc4f33a12b4d4110935 (diff)
downloadperl-ebca2fa89ea60fc60c9cf92f30cbebd554d3538b.tar.gz
perldelta: misuse of commas
-rw-r--r--pod/perldelta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 77b40f5257..bc55782c70 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1435,7 +1435,7 @@ stringification defined.
C<Term::ReadLine> has been upgraded from version 1.07 to 1.09.
Term::ReadLine now supports any event loop, including unpublished ones and
-simple L<IO::Select> loops without the need to rewrite existing code for
+simple L<IO::Select>, loops without the need to rewrite existing code for
any particular framework [perl #108470].
=item *
@@ -1474,8 +1474,8 @@ Fixes for the removal of F<unicore/CompositionExclusions.txt> from core.
L<Unicode::UCD> has been upgraded from version 0.32 to 0.43.
-This adds four new functions: C<prop_aliases()>, and
-C<prop_value_aliases()> which are used to find all the Unicode-approved
+This adds four new functions: C<prop_aliases()> and
+C<prop_value_aliases()>, which are used to find all the Unicode-approved
synonyms for property names, or to convert from one name to another;
C<prop_invlist> which returns all the code points matching a given
Unicode binary property; and C<prop_invmap> which returns the complete