Provided by: libcatmandu-perl_1.2020-1_all 
      
    
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
perl v5.36.0                                       2023-03-03                           Catmandu::Fix::code(3pm)