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);