Skip Menu |

This queue is for tickets about the Mail-Transport-Dbx CPAN distribution.

Report information
The Basics
Id: 79031
Status: open
Priority: 0/
Queue: Mail-Transport-Dbx

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

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



Subject: Non-ASCII character seen before =encoding
Sample fail report: http://www.cpantesters.org/cpan/report/36258aac-da82-11e1-815e-df8385400d13 Pod::Simple >= 3.22 and Test::Pod must be installed to reproduce. HTH&&Regards,
FYI, some discussion about the change has taken place here: https://rt.cpan.org/Ticket/Display.html?id=79232
From: ppisar [...] redhat.com
Dne Pá 17.srp.2012 00:45:29, ANDK napsal(a): Show quoted text
> Sample fail report: > > http://www.cpantesters.org/cpan/report/36258aac-da82-11e1-815e-df8385400d13 > > Pod::Simple >= 3.22 and Test::Pod must be installed to reproduce. >
Fix is attached.
Subject: Mail-Transport-Dbx-0.07-Declare-POD-encoding.patch
From 2b912791f76cf4ba5304a5ef072ba8c4605a46b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> Date: Sat, 20 Jul 2013 19:28:02 +0200 Subject: [PATCH] Declare POD encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Písař <ppisar@redhat.com> --- Dbx.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dbx.pm b/Dbx.pm index 57d8e95..fd9fcc2 100644 --- a/Dbx.pm +++ b/Dbx.pm @@ -118,6 +118,8 @@ bootstrap Mail::Transport::Dbx $VERSION; __END__ # Below is stub documentation for your module. You'd better edit it! +=encoding iso-8859-1 + =head1 NAME Mail::Transport::Dbx - Parse Outlook Express mailboxes -- 1.8.1.4