Skip Menu |

This queue is for tickets about the Module-PrintUsed CPAN distribution.

Report information
The Basics
Id: 84119
Status: resolved
Priority: 0/
Queue: Module-PrintUsed

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

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: 0.06



Subject: Pod needs explicite encoding
See subject. Otherwise t/pod.t fails with # Failed test 'POD test for blib/lib/Module/PrintUsed.pm' # at /opt/perl-5.14.2/lib/site_perl/5.14.2/Test/Pod.pm line 182. # blib/lib/Module/PrintUsed.pm (105): Non-ASCII character seen before =encoding in 'Rezić'. Assuming UTF-8 # Looks like you failed 1 test of 1. Alternatively make the pod.t test an author test by moving it to a xt/ subdirectory. Regards, Slaven
On 2013-03-21 10:58:14, SREZIC wrote: Show quoted text
> See subject. Otherwise t/pod.t fails with > > # Failed test 'POD test for blib/lib/Module/PrintUsed.pm' > # at /opt/perl-5.14.2/lib/site_perl/5.14.2/Test/Pod.pm line 182. > # blib/lib/Module/PrintUsed.pm (105): Non-ASCII character seen before > =encoding in 'Rezić'. Assuming UTF-8 > # Looks like you failed 1 test of 1. > > Alternatively make the pod.t test an author test by moving it to a xt/ > subdirectory.
Problem still exists. Regards, Slaven
This bug should be closed, as the encoding issue has been resolved in the latest upload: https://metacpan.org/source/CRENZ/Module-PrintUsed-0.06/PrintUsed.pm#L59 -- Cheers, ZZ [ https://metacpan.org/author/ZOFFIX ]
I also sent a PR to move author tests to xt/ directory: https://github.com/crenz/Module-PrintUsed/pull/2 -- Cheers, ZZ [ https://metacpan.org/author/ZOFFIX ]
On 2015-03-09 18:34:02, ZOFFIX wrote: Show quoted text
> This bug should be closed, as the encoding issue has been resolved in > the latest upload: https://metacpan.org/source/CRENZ/Module-PrintUsed- > 0.06/PrintUsed.pm#L59
Yes, looks good now.