Skip Menu |

This queue is for tickets about the Method-Signatures CPAN distribution.

Report information
The Basics
Id: 84877
Status: resolved
Priority: 0/
Queue: Method-Signatures

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Bug in Dependency
Ugh - bit by the quickticket entry again. https://rt.cpan.org/Ticket/Display.html?id=84872 (would that be #84872?) is a bug in B-Hooks-EndOfScope, used by Method::Signatures. ActiveState and Strawberry MSWin 32 bit 5.8.9 fail on t/before_510.t. I have included a test script at https://github.com/bobtfish/b-hooks-endofscope/pull/2 that reproduces the issue. There is a workaround involving setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} = 'PP' to force the use of the pure perl implementation.
Subject: B_HOOKS_ENDOFSCOPE_IMPLEMENTATION=PP breaks t\type_check.t
Using the PP interface on t\type_check causes a bunch of failed tests. Not using the PP interface on t\thread-bug causes a segfault. This is all under AS 32 bit 5.8.9.
This should be fixed in v20140224. Please let me know if it's not.