Closed chenrui333 closed 4 years ago
Do you mean this release? The "Downlodad" link on the left there works fine, and I can also install it fine with cpanm
. It might be a problem with the CPAN mirror you are using.
$ cpanm SQL::Translator
--> Working on SQL::Translator
Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/SQL-Translator-1.62.tar.gz ... OK
Configuring SQL-Translator-1.62 ... OK
Building and testing SQL-Translator-1.62 ... OK
Successfully installed SQL-Translator-1.62 (upgraded from 1.61)
1 distribution installed
It also looks fine on www.cpan.org:
$ GET http://www.cpan.org/modules/02packages.details.txt.gz|zgrep '^SQL::Translator '
SQL::Translator 1.62 I/IL/ILMARI/SQL-Translator-1.62.tar.gz
$ GET -Sd http://www.cpan.org/authors/id/I/IL/ILMARI/SQL-Translator-1.62.tar.gz
GET http://www.cpan.org/authors/id/I/IL/ILMARI/SQL-Translator-1.62.tar.gz
200 OK
and cpan.metacpan.org:
$ GET http://cpan.metacpan.org/modules/02packages.details.txt.gz|zgrep '^SQL::Translator '
SQL::Translator 1.62 I/IL/ILMARI/SQL-Translator-1.62.tar.gz
$ GET -Sd https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Translator-1.62.tar.gz
GET https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Translator-1.62.tar.gz
200 OK
Nice, somehow, I did not find it during my last search.
👋 I noticed that for the latest release, the artifact is not in CPAN. Just want to call it out. Thanks!
kind of relates to https://github.com/Homebrew/homebrew-core/pull/61453