logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Deprecated

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

Name

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

See Also

       Catmandu::Fix::marc_add

perl v5.38.2                                       2024-08-03               Catmandu::Fix::Inline::marc_add(3pm)

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