Deprecated.
The maintainer of this module has indicated that the module is deprecated and no longer suitable for use.
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>