The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Catmandu::Fix::code - run arbitrary code as fix

SYNOPSIS

my $fix = Catmandu::Fix::code->new( sub {
my ($data) = @_;
# ...do something
return $data;
});

SEE ALSO

Catmandu::Fix::perlcode, Catmandu::Fix::cmd