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
# resulting in
! Couldn't find module or a distribution Search::Elasticsearch (== 2.03)
! Installing the dependencies failed: Module 'Search::Elasticsearch' is not installed
! Bailing out the installation for /home/flopes/projects/Ventus-Meta-Cpan/dependencies/.
This is a private minicpan mirror with a subset of packages. It does not contain any Search::Elasticsearch package. Correct me if I'm wrong but based on the code I have read in Carton, it is expected to fallback to public mirrors.
like this does (below works correctly)
# in cpanfile
requires 'Search::Elasticsearch', '2.03';
Ran into an integration issue and narrowed it to the following bug:
This is a private minicpan mirror with a subset of packages. It does not contain any Search::Elasticsearch package. Correct me if I'm wrong but based on the code I have read in Carton, it is expected to fallback to public mirrors.
like this does (below works correctly)
Why would an explicit version throw the thing off from cascading into other mirrors?
The text was updated successfully, but these errors were encountered: