logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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;
           });

See Also