Bug 9951

Summary: SCANCPAN failure
Product: buildroot Reporter: Raj <rajthilak.btech>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2017.02.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Raj 2017-06-13 13:18:52 UTC
After the shutdown of METACPAN v0 API page, we are unable to download the perl packages using SCANCPAN script. The scancpan script still points to the v0 link, which needs to be updated with v1 link as mentioned in webpage http://api.metacpan.org/

=====================================================================

Error:
======

[root@FADL062 buildroot]# /root/perl5/perlbrew/perls/perl-5.24.0/bin/perl  support/scripts/scancpan Net-Telnet

fetch Net-Telnet

Failed to fetch 'http://api.metacpan.org/v0/release/Net-Telnet': Gone at support/scripts/scancpan line 573.
Comment 1 Thomas Petazzoni 2017-06-15 20:38:15 UTC
Fixed by https://git.buildroot.org/buildroot/commit/?id=8710996bb7d69bd4fbbf59cd3c186a428334c187. Thanks for having reported the bug, and thanks to François Perrad for providing the fix!