Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Accessor-Lite-Lazy CPAN distribution.

Report information
The Basics
Id: 77121
Status: open
Priority: 0/
Queue: Class-Accessor-Lite-Lazy

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

Bug Information
Severity: Important
Broken in:
  • 0.01
  • 0.02
Fixed in: (no value)



Subject: Need to ship Test::Builder and Test::Builder::Module
Hi, Your module ships a copy of Test::More in inc/, but it neglects to ship with Test::Builder or Test::Builder::Module which they depend on. Test::More is dependent on a particular version of Test::Builder, it uses private methods, and they must be shipped together. This is probably an oversight in Dist::Zilla's module bundling.
Thank you, this problem would be fixed in 0.02, which uses `auto_include_deps` instead of `auto_include` in Makefile.PL. On 2012-05-10T21:10:11-04:00, MSCHWERN wrote: Show quoted text
> Hi, > > Your module ships a copy of Test::More in inc/, but it neglects to ship > with Test::Builder or Test::Builder::Module which they depend on. > Test::More is dependent on a particular version of Test::Builder, it > uses private methods, and they must be shipped together. > > This is probably an oversight in Dist::Zilla's module bundling.
On Wed Aug 15 23:39:24 2012, MOTEMEN wrote:
Show quoted text
> Thank you, this problem would be fixed in 0.02, which uses
> `auto_include_deps` instead of `auto_include` in Makefile.PL.

Didn't do it.  It still fails to ship with inc/Test/Builder.pm.