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

NAME

Catmandu::Fix::Inline::marc_add- A marc_add-er for Perl scripts

SYNOPSIS

 use Catmandu::Fix::Inline::marc_add qw(:all);

 # Set to a literal value
 my $data  = marc_add($data, '245',  a => 'value');

 # Set to a copy of a deeply nested JSON path
 my $data  = marc_add($data, '245',  a => '$.my.deep.field');

SEE ALSO

Catmandu::Fix::Inline::marc_set , Catmandu::Fix::Inline::marc_map , Catmandu::Fix::Inline::marc_remove