Skip Menu |

This queue is for tickets about the Devel-BeginLift CPAN distribution.

Report information
The Basics
Id: 114663
Status: open
Priority: 0/
Queue: Devel-BeginLift

People
Owner: ether [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc: gregoa [...] cpan.org
AdminCc:

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



Subject: Tests fail with perl 5.23.8 and later
My smoker machines report the following failure, but only for perl 5.23.8..5.24.0: # Failed test 'const return from compile-time foo' # at t/constcalc.t line 28. # got: 'Warning: something's wrong at t/constcalc.t line 15. # ' # expected: '4 # ' # Looks like you failed 1 test of 7. t/constcalc.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/7 subtests
On 2016-05-24 15:15:53, SREZIC wrote: Show quoted text
> My smoker machines report the following failure, but only for perl > 5.23.8..5.24.0:
Installation is not possible on 5.25.x because of a failing prereq, B::Hooks::OP::Check::EntersubForCV.
On 2016-05-24 18:51:27, ETHER wrote: Show quoted text
> On 2016-05-24 15:15:53, SREZIC wrote:
> > My smoker machines report the following failure, but only for perl > > 5.23.8..5.24.0:
> > Installation is not possible on 5.25.x because of a failing prereq, > B::Hooks::OP::Check::EntersubForCV.
B::Hooks::OP::Check::EntersubForCV can be patched: https://github.com/eserte/srezic-cpan-distroprefs/blob/master/B-Hooks-OP-Check-EntersubForCV.yml But there's another problem with 5.25.x: https://rt.cpan.org/Ticket/Display.html?id=115272
stalling - B::Hooks::OP::Check::EntersubForCV needs fixes