dbsrgits / sql-translator

SQL::Translator (SQLFairy)

Home Page:http://sqlfairy.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-translator 1.62 artifact missed in cpan

chenrui333 opened this issue · comments

👋 I noticed that for the latest release, the artifact is not in CPAN. Just want to call it out. Thanks!

kind of relates to Homebrew/homebrew-core#61453

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.