logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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