Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 64381
Status: resolved
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: khw [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.42
Fixed in: (no value)



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
Thanks, applied. Dan the Maintainer Thereof On Sat Jan 01 12:12:58 2011, khw wrote: Show quoted text
> This fills in where a word (at least) is missing by something that makes > sense to me.