The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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