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

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>