This fills in where a word (at least) is missing by something that makes
sense to me.
Subject: | 0001-Fix-typo-in-pod.patch |
From aeccbd27814644f3c3c33395db01603191003ab5 Mon Sep 17 00:00:00 2001
From: Karl Williamson <public@khwilliamson.com>
Date: Fri, 31 Dec 2010 09:15:21 -0700
Subject: [PATCH] Fix typo in pod
---
cpan/Encode/Encode.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpan/Encode/Encode.pm b/cpan/Encode/Encode.pm
index 0888791..256e2f5 100644
--- a/cpan/Encode/Encode.pm
+++ b/cpan/Encode/Encode.pm
@@ -640,8 +640,8 @@ following two examples are totally identical in their functionality.
print $out $_;
}
-Unfortunately, it may be that encodings are PerlIO-savvy. You can check
-if your encoding is supported by PerlIO by calling the C<perlio_ok>
+Unfortunately, it may be that the encodings you need are not PerlIO-savvy. You
+can check if your encoding is supported by PerlIO by calling the C<perlio_ok>
method.
Encode::perlio_ok("hz"); # False
--
1.5.6.3