Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
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);