Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 100270
Status: resolved
Priority: 0/
Queue: Test-Module-Used

People
Owner: Nobody in particular
Requestors: exodist7 [...] gmail.com
Cc:
AdminCc:

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



Subject: Test::More alphas break this.
https://github.com/Test-More/test-more/issues/492 This module is broken by the latest Test::More alphas. This is because the latest alphas have fixed the plan bug you work around. You can probably fix it by removing the plan tests => 1 and using 'done_testing'. This might also work fine on older Test::Builders, if not you will need to make it conditional on version until the alphas are stable.
I shipped Test::Module::Used version 0.2.6 which is fixed this issue. Thank you very much for reporting.