[DBIx-Class-Devel] [dbsrgits/sql-translator] sql-translator 1.62 artifact missed in cpan (#129)

Dagfinn Ilmari Mannsåker notifications at github.com
Mon Sep 21 10:33:51 GMT 2020


Do you mean [this release](https://metacpan.org/release/ILMARI/SQL-Translator-1.62)? 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
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/129#issuecomment-696032445
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20200921/a60cd04c/attachment.htm>


More information about the DBIx-Class-Devel mailing list