Skip Menu |

This queue is for tickets about the Test-Most CPAN distribution.

Report information
The Basics
Id: 57501
Status: resolved
Priority: 0/
Queue: Test-Most

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

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



Subject: Test::Deep conflicts with Moose by exporting too much
See last comments on https://rt.cpan.org/Ticket/Display.html?id=27699 for details. Basically, Test::Deep author won't fix the bug there, so probably Test::Most needs to fix it.
Version 0.22 which I've just uploaded resolves this in a very blunt way: use Test::Most tests => 42, '-Test::Deep'; In short, if one of the modules is problematic, you can now exclude it. Hated to do that, but patches for better solutions welcome.