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

Plack::Middleware::Reproxy::Callback - Use A Callback

SYNOPSIS

builder {
    enable 'Reproxy::Callback', cb => sub {
        my ($self, $res, $env, $url) = @_;
    };
    $your_real_app;
}