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
download_url
From https://github.com/metacpan/metacpan-api/blob/master/docs/API-docs.md#download_urlmodule it is not clear if there is a way to retrieve a download_url for a bit older version of Perl. Even if there is no way, it would be good to mention it.
E.g. curl https://fastapi.metacpan.org/v1/download_url/PerlIO::mmap returns https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.2.tar.gz, while https://metacpan.org/release/XSAWYERX/perl-5.32.0/view/ext/PerlIO-mmap/mmap.pm has a link to https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/perl-5.32.0.tar.gz
curl https://fastapi.metacpan.org/v1/download_url/PerlIO::mmap
https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.2.tar.gz
Thanks!
The text was updated successfully, but these errors were encountered:
https://fastapi.metacpan.org/v1/download_url/perl?version===5.38.2
Sorry, something went wrong.
No branches or pull requests
From https://github.com/metacpan/metacpan-api/blob/master/docs/API-docs.md#download_urlmodule it is not clear if there is a way to retrieve a
download_url
for a bit older version of Perl. Even if there is no way, it would be good to mention it.E.g.
curl https://fastapi.metacpan.org/v1/download_url/PerlIO::mmap
returnshttps://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.38.2.tar.gz
, while https://metacpan.org/release/XSAWYERX/perl-5.32.0/view/ext/PerlIO-mmap/mmap.pm has a link to https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/perl-5.32.0.tar.gzThanks!
The text was updated successfully, but these errors were encountered: