thaljef / Pinto

Curate your own repository of Perl modules
https://metacpan.org/module/Pinto::Manual
66 stars 49 forks source link

default sources is outdated #254

Open Sadrak opened 5 years ago

Sadrak commented 5 years ago

from the config

; URIs of upstream repositories (space delimited)
; Defaults to "http://cpan.stratopan.com http://www.cpan.org http://backpan.perl.org"
; sources = 

The problem is the outdated mirror stratopan (i guess). Please provide a better default.

Have a nice day

spq-easy commented 4 years ago

Confirmed. And thanks for the tip! I've been frustrated with this for quite a while and finally put aside some time to try and sort it out. I changed .pinto/config/pinto.ini to set sources to: sources = "http://cpan.metacpan.org http://www.cpan.org"

And I am now able to pull/update to the latest versions of targeted libs!