We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using these repos in my pinto.ini:
sources = "http://www.cpan.org http://backpan.cpantesters.org http://cpan.metacpan.org"
and when I do this pull:
pinto -v -v -r my/repo pull -M List::MoreUtils==0.416
I get this output:
Pulling target List::MoreUtils==0.416 to stack master Cannot find List::MoreUtils==0.416 anywhere
This happens if I use the @0.416 or ==0.416 syntax. But if I specify the full author/tar.gz
pinto -v -v -r my/repo pull -M REHSACK/List-MoreUtils-0.416.tar.gz
it happily finds and pulls the file.
I have not yet had time to dig into this, I will update if I do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using these repos in my pinto.ini:
sources = "http://www.cpan.org http://backpan.cpantesters.org http://cpan.metacpan.org"
and when I do this pull:
pinto -v -v -r my/repo pull -M List::MoreUtils==0.416
I get this output:
This happens if I use the @0.416 or ==0.416 syntax. But if I specify the full author/tar.gz
pinto -v -v -r my/repo pull -M REHSACK/List-MoreUtils-0.416.tar.gz
it happily finds and pulls the file.
I have not yet had time to dig into this, I will update if I do.
The text was updated successfully, but these errors were encountered: