There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Catmandu::Fix::epmc_dbLinks - converts the nested hash from EuropePMC in a nice form
and provides the url to the database entry

DESCRIPTION

DEPRECATED.

SYNOPSIS

use Catmandu::Fix qw(epmc_dbLinks);

my $data = { ... };
my $fixer = Catmandu::Fix->new(fixes => ['epmc_dbLinks()']);
$fixer->fix($data);