Skip Menu |

This queue is for tickets about the HTML-Barcode-Code93 CPAN distribution.

Report information
The Basics
Id: 77934
Status: resolved
Priority: 0/
Queue: HTML-Barcode-Code93

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

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



Subject: Improperly bundled Test::More
Hi, HTML::Barcode::Code93 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. http://www.cpantesters.org/cpan/report/65362054-9806-11e1-8e0b-2bb19ed65acf 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.
Thank you for letting me know. I'm attempting to fix the problem in this, and my other distributions, and will re-open the ticket if that doesn't seem to work for some reason. Thanks again, - mark On Thu Jun 21 00:27:13 2012, MSCHWERN wrote: Show quoted text
> Hi, > HTML::Barcode::Code93 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. > http://www.cpantesters.org/cpan/report/65362054-9806-11e1-8e0b-2bb19ed65acf > > 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.