Subject: | Bundled Test::Builder is not compatible with Test-Simple-0.98_05 |
Current Data-ObjectDriver bundles Test::Builder. The module has to match installed Test-Simple version, otherwise the tests fail like this:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Test::Builder version 0.98 required--this is only version 0.94 at /usr/share/perl5/vendor_perl/Test/Builder/Module.pm line 5.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Test/Builder/Module.pm line 5.
Compilation failed in require at /usr/share/perl5/vendor_perl/Test/More.pm line 23.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Test/More.pm line 23.
Compilation failed in require at t/00-compile.t line 4.
BEGIN failed--compilation aborted at t/00-compile.t line 4.
t/00-compile.t .............
Dubious, test returned 29 (wstat 7424, 0x1d00)
Please stop bundling Test::Builder.