Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-Monad CPAN distribution.

Report information
The Basics
Id: 77940
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Data-Monad

People
Owner: hiratara [...] cpan.org
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

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



Subject: Improperly bundled Test::More
Hi, Your module bundles Test::More but it does not bundle Test::Builder nor Test::Builder::Module upon which it depends and is coupled to. Test::More may use private methods of Test::Builder which may not exist in the installed version. It will break in the next major release of Test::More. This is likely a bug in Module::Install, auto_include is marked in Module::Install::API as "broken and highly discouraged". I'd recommend turning it off. Sorry.
Fixed in 0.03. Thanks :)