The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    use Catmandu::Fix qw(epmc_dbLinks);

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