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: 84812
Status: open
Priority: 0/
Queue: Test-TinyMocker

People
Owner: sukria [...] sukria.net
Requestors: bowtie [...] cpan.org
ether [...] cpan.org
KENTNL [...] cpan.org
Cc:
AdminCc:

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



Subject: blib/lib/Test/TinyMocker.pm (136): Non-ASCII character seen before =encoding
# Testing Test::TinyMocker 0.03, Perl 5.017011, /home/kevin/perl5/perlbrew/perls/perl-5.17.11/bin/perl5.17.11 t/00-load.t ............. ok t/01_mock.t ............. ok t/02_unmock.t ........... ok t/03_mock_error.t ....... ok t/04_unmock_error.t ..... ok t/05_multiple_mock.t .... ok t/06_multiple_unmock.t .. ok t/manifest.t ............ skipped: Author tests not required for installation t/pod-coverage.t ........ ok # Failed test 'POD test for blib/lib/Test/TinyMocker.pm' # at /home/kevin/perl5/perlbrew/perls/perl-5.17.11/lib/site_perl/5.17.11/Test/Pod.pm line 186. # 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 Test Summary Report ------------------- t/pod.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=10, Tests=49, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.42 cusr 0.04 csys = 0.52 CPU) Result: FAIL
Show quoted text
> # Failed test 'POD test for blib/lib/Test/TinyMocker.pm' > # at /home/kevin/perl5/perlbrew/perls/perl- > 5.17.11/lib/site_perl/5.17.11/Test/Pod.pm line 186. > # 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 > > Test Summary Report > ------------------- > t/pod.t (Wstat: 256 Tests: 1 Failed: 1)
This failure means that the module cannot be installed cleanly under perl 5.18.0. *** PLEASE DO NOT *** allow t/pod.t to run for all users! Add a $ENV{RELEASE_TESTING} guard or move the test to xt/release/.
From: ppisar [...] redhat.com
Dne Út 23.dub.2013 15:40:16, bowtie napsal(a): Show quoted text
> # Testing Test::TinyMocker 0.03, Perl 5.017011, > /home/kevin/perl5/perlbrew/perls/perl-5.17.11/bin/perl5.17.11 > t/00-load.t ............. ok > t/01_mock.t ............. ok > t/02_unmock.t ........... ok > t/03_mock_error.t ....... ok > t/04_unmock_error.t ..... ok > t/05_multiple_mock.t .... ok > t/06_multiple_unmock.t .. ok > t/manifest.t ............ skipped: Author tests not required for > installation > t/pod-coverage.t ........ ok > > # Failed test 'POD test for blib/lib/Test/TinyMocker.pm' > # at /home/kevin/perl5/perlbrew/perls/perl- > 5.17.11/lib/site_perl/5.17.11/Test/Pod.pm line 186. > # 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 >
This is a typo in the POD reported already as bug #77680. A fix is linked there.