Skip Menu |

This queue is for tickets about the Test-Database CPAN distribution.

Report information
The Basics
Id: 92660
Status: resolved
Priority: 0/
Queue: Test-Database

People
Owner: Nobody in particular
Requestors: cpan [...] neonics.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.11
Fixed in: 1.111



Subject: Test fail due to character encoding
Installing gives this: t/pod.t .................. 1/11 # Failed test 'POD test for blib/lib/Test/Database/Driver/mysql.pm' # at /usr/lib/perl5/vendor_perl/5.14/Test/Pod.pm line 182. # blib/lib/Test/Database/Driver/mysql.pm (77): Non-ASCII character seen before =encoding in 'Kā–’hntopp'. Assuming ISO8859-1 # Looks like you failed 1 test of 11. t/pod.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests Adding this line: =encoding latin1 right below '=head1 ACKNOWLEDGEMENTS' in blib/lib/Test/Database/Driver/mysql.pm makes the test pass.