mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-25 00:34:10 +00:00
apkbuild-cpan: fixed error "Experimental keys on scalar is now forbidden" due to perl upgrade to 5.24 version
This commit is contained in:
parent
034e36f721
commit
9f8ef6b870
@ -138,7 +138,7 @@ sub parse_deps {
|
||||
}
|
||||
|
||||
# map package names to alpine packages
|
||||
foreach ( keys $distfiles ) {
|
||||
foreach ( keys %{ $distfiles } ) {
|
||||
$response = $ua->get("http://search.cpan.org/api/dist/$_");
|
||||
$response->is_success or die $response->status_line;
|
||||
my $distdata = $json->decode($response->decoded_content);
|
||||
|
Loading…
Reference in New Issue
Block a user