Subject: | Shipping Test::More without Test::Builder |
Hi,
The module is shipping a copy of Test::More but does not ship a copy of
Test::Builder. Test::More is linked to the particular version of
Test::Builder and they cannot be separated. Test/Builder.pm and
Test/Builder/Module.pm must be bundled with Test/More.pm.
This will solve
http://www.cpantesters.org/cpan/report/d7dec1aa-5f2c-11e1-8048-083623a3b3ef
and keep your module working with future versions of Test::Builder.