From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

# 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>