Skip to content
New issue

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

sql-translator 1.62 artifact missed in cpan #129

Closed
chenrui333 opened this issue Sep 21, 2020 · 2 comments
Closed

sql-translator 1.62 artifact missed in cpan #129

chenrui333 opened this issue Sep 21, 2020 · 2 comments

Comments

@chenrui333
Copy link

👋 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

@ilmari
Copy link
Member

ilmari commented Sep 21, 2020

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

@ilmari ilmari closed this as completed Sep 21, 2020
@chenrui333
Copy link
Author

Nice, somehow, I did not find it during my last search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants