Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MongoDB CPAN distribution.

Maintainer(s)' notes

Please don't report bugs here. Please use the MongoDB Perl driver issue tracker instead.

Report information
The Basics
Id: 72973
Status: resolved
Priority: 0/
Queue: MongoDB

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.45
Fixed in: (no value)



Subject: Class::Load::XS prereq not installed
Installed MongoDB via CPAN: $ sudo cpan MongoDB All appeared fine, but on running, received this error: Can't locate Class/Load/XS.pm in @INC (@INC contains ...) at /usr/local/share/perl5/Module/Runtime.pm line 198. I installed the requested module: $ sudo cpan Class::Load::XS and everything worked again. So I'm guessing that the XS version did not get marked as a dependency somewhere. Perl is 5.10.1.
This appears to be a downstream dependency issue (via Moose) which has long since been resolved.