Provided by: libcatmandu-marc-perl_1.271-1_all bug

NAME

       Catmandu::Fix::Inline::marc_add- A marc_add-er for Perl scripts (DEPRECATED)

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

DEPRECATED

       This module is deprecated. Use the inline functionality of Catmandu::Fix::marc_add
       instead.

SEE ALSO

       Catmandu::Fix::marc_add