oracular (3) Catmandu::Fix::code.3pm.gz

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
oracular (3) Catmandu::Fix::code.3pm.gz
Catmandu::Fix::code - run arbitrary code as fix
my $fix = Catmandu::Fix::code->new( sub { my ($data) = @_; # ...do something return $data; });
Catmandu::Fix::perlcode, Catmandu::Fix::cmd