Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 77588
Status: resolved
Priority: 0/
Queue: DBI

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

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



Subject: t/pot.t encoding failure in DBI::Changes, DBD::Gofer
$ prove t/pod.t t/pod.t .. 1/57 # Failed test 'POD test for blib/lib/DBI/Changes.pm' # at /home/mauke/usr/local/lib/perl5/site_perl/5.16.0/Test/Pod.pm line 182. # blib/lib/DBI/Changes.pm (37): Non-ASCII character seen before =encoding in 'Mannser.'. Assuming ISO8859-1 # Failed test 'POD test for blib/lib/DBD/Gofer.pm' # at /home/mauke/usr/local/lib/perl5/site_perl/5.16.0/Test/Pod.pm line 182. # blib/lib/DBD/Gofer.pm (1091): Non-ASCII character seen before =encoding in 'Bjørn'. Assuming ISO8859-1 t/pod.t .. 47/57 # Looks like you failed 2 tests of 57. t/pod.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/57 subtests Test Summary Report ------------------- t/pod.t (Wstat: 512 Tests: 57 Failed: 2) Failed tests: 8, 22 Non-zero exit status: 2 Files=1, Tests=57, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.40 cusr 0.01 csys = 1.46 CPU) Result: FAIL
On Fri Jun 01 14:10:14 2012, MAUKE wrote: Show quoted text
> $ prove t/pod.t > t/pod.t .. 1/57 > # Failed test 'POD test for blib/lib/DBI/Changes.pm' > # at /home/mauke/usr/local/lib/perl5/site_perl/5.16.0/Test/Pod.pm
line Show quoted text
> 182. > # blib/lib/DBI/Changes.pm (37): Non-ASCII character seen before > =encoding in 'Mannser.'. Assuming ISO8859-1 > > # Failed test 'POD test for blib/lib/DBD/Gofer.pm' > # at /home/mauke/usr/local/lib/perl5/site_perl/5.16.0/Test/Pod.pm
line Show quoted text
> 182. > # blib/lib/DBD/Gofer.pm (1091): Non-ASCII character seen before > =encoding in 'Bjørn'. Assuming ISO8859-1 > t/pod.t .. 47/57 # Looks like you failed 2 tests of 57. > t/pod.t .. Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/57 subtests > > Test Summary Report > ------------------- > t/pod.t (Wstat: 512 Tests: 57 Failed: 2) > Failed tests: 8, 22 > Non-zero exit status: 2 > Files=1, Tests=57, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.40 cusr > 0.01 csys = 1.46 CPU) > Result: FAIL
Just for reference: See http://blogs.perl.org/users/alberto_simoes/2012/06/cpan-is-all- broken-now.html for some background. Martin -- Martin J. Evans Wetherby, UK
Fixed for next release. Thanks!