Skip Menu |

This queue is for tickets about the Lingua-Stem CPAN distribution.

Report information
The Basics
Id: 87242
Status: new
Priority: 0/
Queue: Lingua-Stem

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.84
Fixed in: (no value)



Subject: t/99_pod.t fails due to undefined POD encoding
# Failed test 'POD test for blib/lib/Lingua/Stem.pod' # at /usr/share/perl5/vendor_perl/Test/Pod.pm line 186. # blib/lib/Lingua/Stem.pod (485): Non-ASCII character seen before =encoding in 'S�bastien'. Assuming ISO8859-1 # Looks like you failed 1 test of 11. t/99_pod.t ...........
From: ppisar [...] redhat.com
Dne St 24.čec.2013 03:56:30, ppisar napsal(a): Show quoted text
> # Failed test 'POD test for blib/lib/Lingua/Stem.pod' > # at /usr/share/perl5/vendor_perl/Test/Pod.pm line 186. > # blib/lib/Lingua/Stem.pod (485): Non-ASCII character seen before > =encoding in 'S�bastien'. Assuming ISO8859-1 > # Looks like you failed 1 test of 11. > t/99_pod.t ...........
Attached patch fixes it. -- Petr
Subject: Lingua-Stem-0.84-Define-POD-encoding.patch
From b7ba2d5c49a75ce7de80034e9ffe61d07165c339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> Date: Wed, 24 Jul 2013 09:57:59 +0200 Subject: [PATCH] Define POD encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit <https://rt.cpan.org/Public/Bug/Display.html?id=87242> Signed-off-by: Petr Písař <ppisar@redhat.com> --- lib/Lingua/Stem.pod | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Lingua/Stem.pod b/lib/Lingua/Stem.pod index 987e802..6ada364 100644 --- a/lib/Lingua/Stem.pod +++ b/lib/Lingua/Stem.pod @@ -1,3 +1,4 @@ +=encoding ISO-8859-1 =head1 NAME -- 1.8.1.4