There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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