Skip Menu |

This queue is for tickets about the Catalyst-Log-Log4perl CPAN distribution.

Report information
The Basics
Id: 77939
Status: resolved
Priority: 0/
Queue: Catalyst-Log-Log4perl

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

Bug Information
Severity: Normal
Broken in: 1.05
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.
On Thu Jun 21 00:35:12 2012, MSCHWERN wrote: Show quoted text
> 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.
This is fixed and shipped (1.06 - r14309 in svn). Thanks for noticing this issue! Cheers t0m