Skip Menu |

This queue is for tickets about the WWW-Expand CPAN distribution.

Report information
The Basics
Id: 95262
Status: open
Priority: 0/
Queue: WWW-Expand

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

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



Subject: Test failures because of changed URLs?
See http://matrix.cpantesters.org/?dist=WWW-Expand-0.1.4;reports=1#sl=7,1 for an overview. There are no PASS reports anymore since some months. Regards, Slaven
On 2014-05-02 04:57:33, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=WWW-Expand- > 0.1.4;reports=1#sl=7,1 for an overview. There are no PASS reports > anymore since some months.
I see new failures with 0.15: # Failed test 'IsGd' # at t/expand.t line 23. # got: 'https://docs.perl6.org/' # expected: 'http://doc.perl6.org/' # Looks like you failed 1 test of 11. t/expand.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests
On Tue Aug 02 13:55:01 2016, SREZIC wrote: Show quoted text
> On 2014-05-02 04:57:33, SREZIC wrote:
> > See http://matrix.cpantesters.org/?dist=WWW-Expand- > > 0.1.4;reports=1#sl=7,1 for an overview. There are no PASS reports > > anymore since some months.
> > I see new failures with 0.15: > > # Failed test 'IsGd' > # at t/expand.t line 23. > # got: 'https://docs.perl6.org/' > # expected: 'http://doc.perl6.org/' > # Looks like you failed 1 test of 11. > t/expand.t ................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/11 subtests
It is indeed caused by http://doc.perl6.org redirecting to https://docs.perl6.org. So the module is not broken, but the test is. Attached patch should fix the broken build. In the meantime, it is probably safe to install the module with force.
Subject: isgd.patch