Subject: | Can't locate BSON/PP.pm (hidden) |
On some of my smokers the test suite fails:
...
# Failed test 'No error loading BSON.pm'
# at t/backend.t line 15.
# got: 'Can't locate BSON/PP.pm (hidden)
# Compilation failed in require at /usr/perl5.14.4/lib/site_perl/5.14.4/Module/Runtime.pm line 317.
# BEGIN failed--compilation aborted at /usr/perl5.14.4/lib/site_perl/5.14.4/BSON.pm line 54.
# Compilation failed in require at t/backend.t line 14.
# '
# expected: ''
# Failed test 'Loading BSON.pm loads BSON::XS'
# at t/backend.t line 16.
Undefined subroutine &BSON::encode called at t/backend.t line 24.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 4.
t/backend.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/4 subtests
...