Skip Menu |

This queue is for tickets about the OOPS CPAN distribution.

Report information
The Basics
Id: 95561
Status: open
Priority: 0/
Queue: OOPS

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

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



Subject: Test suite fails with perl 5.19.x
The t/perlworks.t fails with perl 5.19.11: # Failed test at t/perlworks.t line 503. (in cleanup) DIEDIE # Looks like you failed 1 test of 129. t/perlworks.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/129 subtests (2 TODO tests unexpectedly succeeded) Regards, Slaven
Git bisect on bleadperl leads us to v5.19.3-26-gbbfdc87. This seems to require a new "Bleadperl breaks CPAN" ticket on perlbug, at least google did not find one. So I'll file it in a minute. HTH&&Regards,
Subject: Re: [rt.cpan.org #95561] Test suite fails with perl 5.19.x
Date: Mon, 12 May 2014 14:15:17 -0700
To: bug-OOPS [...] rt.cpan.org
From: David Muir Sharnoff <muir [...] idiom.org>
The test failed because a bug in perl was fixed. OOPS works around many perl bugs. Fixing them allows OOPS to become simpler. I haven't wrapped my head around this one yet but it appears that this is a case where ref($x{$y}) is true but refaddr($x{$y}) used to be false but is now also true. On Mon, May 12, 2014 at 1:55 PM, Andreas Koenig via RT <bug-OOPS@rt.cpan.org Show quoted text
> wrote:
Show quoted text
> Queue: OOPS > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95561 > > > Git bisect on bleadperl leads us to v5.19.3-26-gbbfdc87. > > This seems to require a new "Bleadperl breaks CPAN" ticket on perlbug, at > least google did not find one. So I'll file it in a minute. > > HTH&&Regards, > >
Dave Mitchell has thankfully provided an explanation over at perl.org