Sat May 11 20:23:35 2013MITHALDU [...] cpan.org - Ticket created
Subject:
please move the pod tests to xt
They make user installs fail unnecessarily.
Sun Jun 16 11:22:28 2013gregoa [...] cpan.org - Cc GREGOA added
Sun Jun 16 11:31:23 2013gregoa [...] cpan.org - Correspondence added
Attached is a patch that fixed the POD by adding the =encoding.
(Movin the test away to xt/ doesn't fix the issue itself.)
Cheers,
gregor, Debian Perl Group
Subject:
pod-encoding.patch
Description: add encoding to POD, Pod::Simple got mroe strict
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=85198
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85198
Bug-Debian: http://bugs.debian.org/711260
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-16
--- a/lib/Test/Database/Driver/mysql.pm
+++ b/lib/Test/Database/Driver/mysql.pm
@@ -51,6 +51,8 @@
__END__
+=encoding ISO8859-1
+
=head1 NAME
Test::Database::Driver::mysql - A Test::Database driver for mysql
Sun Jun 16 11:31:24 2013The RT System itself - Status changed from 'new' to 'open'
Tue Jun 18 06:09:27 2013book [...] cpan.org - Correspondence added
Subject:
Re: [rt.cpan.org #85198] please move the pod tests to xt
Date:
Tue, 18 Jun 2013 12:08:52 +0200
To:
gregor herrmann via RT <bug-Test-Database [...] rt.cpan.org>
From:
"Philippe Bruhat (BooK)" <book [...] cpan.org>
On Sun, Jun 16, 2013 at 11:31:24AM -0400, gregor herrmann via RT wrote:
Show quoted text
> Queue: Test-Database
> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=85198 >
>
> Attached is a patch that fixed the POD by adding the =encoding.
>
> (Movin the test away to xt/ doesn't fix the issue itself.)
>