Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 77680
Status: open
Priority: 0/
Queue: Test-TinyMocker

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

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



Subject: Tests fail w/ Pod::Simple 3.22
Pod::Simple 3.22 emits new warnings which Test::Pod interprets as errors, ie:

t/pod.t ................. 1/1
Show quoted text
#   Failed test 'POD test for blib/lib/Test/TinyMocker.pm'
#   at /home/jperl/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/Test/Pod.pm line 182.
# blib/lib/Test/TinyMocker.pm (136): Non-ASCII character seen before =encoding in '#�or'. Assuming UTF-8
# Looks like you failed 1 test of 1.
t/pod.t ................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests

Suggested solution is adding the =encoding stanza.

On 2012-06-07 00:06:17, KENTNL wrote: Show quoted text
> Pod::Simple 3.22 emits new warnings which Test::Pod interprets as > errors, ie: > > t/pod.t ................. 1/1 > # Failed test 'POD test for blib/lib/Test/TinyMocker.pm' > # at > /home/jperl/perl5/perlbrew/perls/perl- > 5.16.0/lib/site_perl/5.16.0/Test/Pod.pm > line 182. > # blib/lib/Test/TinyMocker.pm (136): Non-ASCII character seen before > =encoding > in '#�or'. Assuming UTF-8 > # Looks like you failed 1 test of 1. > t/pod.t ................. Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > > Suggested solution is adding the =encoding stanza.
Actually, looking at http://search.cpan.org/~sukria/Test-TinyMocker-0.03/lib/Test/TinyMocker.pm the stray character is visible in the SYNOPSIS (approx. the fourth line from the bottom of the SYNOPSIS), and I think it's a non-breakable space or so. Best to replace it with a normal space. Regards, Slaven
Would you please apply this fix? It blocks the MetaCPAN::API library from just installing. -- rjbs