You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading the META.yml and noticed that MongoDB is a requirement. Is that really needed for RPerl functionality? I don't use it and while installing it is test after test of:
t/retryable-writes-split-batch.t ........... skipped: no mongod on localhost:27017 and $ENV{MONGOD} not set
The text was updated successfully, but these errors were encountered:
MongoDB is only a requirement for passing the installation tests, all the optional 3rd-party libraries (including MongoDB) will be split out from the core RPerl compiler in a future release.
Meanwhile, you can either force install to bypass any tests which fail due to missing external libraries, or you can use the suggested method of simply spinning up a Docker: docker run -it wbraswell/rperl_cpan http://rperl.org/get_rperl.html
I was reading the META.yml and noticed that MongoDB is a requirement. Is that really needed for RPerl functionality? I don't use it and while installing it is test after test of:
The text was updated successfully, but these errors were encountered: