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_set - A marc_set-er for Perl scripts (DEPRECATED)

Contents

Name

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

Synopsis

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

        # Set to literal value
        my $data  = marc_set($data,'245[1]a', 'value');

        # Set to a copy of a deeply nested JSON path
        my $data  = marc_set($data,'245[1]a', '$.my.deep.field');

        =head1 DEPRECATED

        This module is deprecated. Use the inline functionality of L<Catmandu::Fix::marc_set> instead.

        =head1 SEE ALSO

        L<Catmandu::Fix::marc_set>

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

See Also