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.