Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the BSON-XS CPAN distribution.

Report information
The Basics
Id: 118516
Status: resolved
Priority: 0/
Queue: BSON-XS

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • v0.2.0
  • v0.2.1
Fixed in: v0.2.2



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 ...
On 2016-10-27 02:59:02, SREZIC wrote: Show quoted text
> 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 > ...
Does not happen anymore with v0.2.2.