Subject: | Bizarre bundling of Test::Builder in inc prevents tests from passing |
Likely to do with different version checks in newer Test::Builder. Due to https://metacpan.org/source/MIYAGAWA/AnyEvent-DBI-Abstract-0.01/inc/Test/Builder/Module.pm#L11, I end up with the following error when attempting to run tests on this dist:
t/00_compile.t .. Test::Builder::Module version 0.99 required--this is only version 0.94 at /home/rabbit/perl5/perlbrew/perls/5.16.2_nt/lib/5.16.2/Test/More.pm line 23.
BEGIN failed--compilation aborted at /home/rabbit/perl5/perlbrew/perls/5.16.2_nt/lib/5.16.2/Test/More.pm line 23.
Compilation failed in require at t/00_compile.t line 2.
BEGIN failed--compilation aborted at t/00_compile.t line 2.
t/00_compile.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/test.t ........ Test::Builder::Module version 0.99 required--this is only version 0.94 at /home/rabbit/perl5/perlbrew/perls/5.16.2_nt/lib/5.16.2/Test/More.pm line 23.
BEGIN failed--compilation aborted at /home/rabbit/perl5/perlbrew/perls/5.16.2_nt/lib/5.16.2/Test/More.pm line 23.
Compilation failed in require at t/test.t line 1.
BEGIN failed--compilation aborted at t/test.t line 1.
t/test.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run