Catmandu::Fix::code - run arbitrary code as fix
Contents
Name
Catmandu::Fix::code - run arbitrary code as fix
See Also
Catmandu::Fix::perlcode, Catmandu::Fix::cmd
perl v5.40.0 2025-01-17 Catmandu::Fix::code(3pm)
Synopsis
my $fix = Catmandu::Fix::code->new( sub {
my ($data) = @_;
# ...do something
return $data;
});
