Skip Menu |

This queue is for tickets about the podlators CPAN distribution.

Report information
The Basics
Id: 129048
Status: resolved
Priority: 0/
Queue: podlators

People
Owner: RRA [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc: exodist [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.11
Fixed in: 4.12



CC: exodist [...] cpan.org
Subject: t/man/no-encode.t may fail
On my smoker systems I encountered a new test failure: ... # Failed test 'Encode is not loaded yet' # at t/man/no-encode.t line 21. # Failed test 'Cannot load Encode any more' # at t/man/no-encode.t line 28. # Failed test 'Degraded gracefully to non-utf8 output' # at t/man/no-encode.t line 71. # got: '.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35) # .\" # .\" Standard preamble: # .\" ======================================================================== # .de Sp \" Vertical space (when we can't use .PP) # .if t .sp .5v (more nroff following) ... A sample test report on CPAN Testers (from another smoker): http://www.cpantesters.org/cpan/report/47a1d39a-5644-11e9-8659-b5ab3ed95ff0 I did not debug the problem, but my guess is that recent Test::More versions may load Encode.pm quite early, possibly breaking the test assumptions.
Subject: Re: [rt.cpan.org #129048] t/man/no-encode.t may fail
Date: Sun, 07 Apr 2019 11:08:07 -0700
To: "Slaven_Rezic via RT" <bug-podlators [...] rt.cpan.org>
From: Russ Allbery <rra [...] cpan.org>
"Slaven_Rezic via RT" <bug-podlators@rt.cpan.org> writes: Show quoted text
> On my smoker systems I encountered a new test failure:
Yeah, sorry that's not fixed yet -- it's fixed in Git, and I just need to push out another release. Thank you for the bug report to poke me to finish that up! -- #!/usr/bin/perl -- Russ Allbery, Just Another Perl Hacker $^=q;@!>~|{>krw>yn{u<$$<[~||<Juukn{=,<S~|}<Jwx}qn{<Yn{u<Qjltn{ > 0gFzD gD, 00Fz, 0,,( 0hF 0g)F/=, 0> "L$/GEIFewe{,$/ 0C$~> "@=,m,|,(e 0.), 01,pnn,y{ rw} >;,$0=q,$,,($_=$^)=~y,$/ C-~><@=\n\r,-~$:-u/ #y,d,s,(\$.),$1,gee,print
RT-Send-CC: RRA [...] cpan.org, exodist [...] cpan.org
On 2019-04-07 14:15:36, RRA wrote: Show quoted text
> "Slaven_Rezic via RT" <bug-podlators@rt.cpan.org> writes: >
> > On my smoker systems I encountered a new test failure:
> > Yeah, sorry that's not fixed yet -- it's fixed in Git, and I just need to > push out another release. Thank you for the bug report to poke me to > finish that up!
If you need more information for the comment why the skip is necessary now --- it seems that not only a recent Test::More is necessary, but also Term::Table and Unicode::GCString or so have to be installed. I think @exodist knows the exact configuration. Regards, Slaven
This should now be fixed in 4.12 (just released).