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

Mvalve::Throttler - Throttler Role

SYNOPSIS

package MyThrottler;
use Moose;

with 'Mvalve::Throttler';

no Moose;

sub try_push  {}
sub interval  {}
sub max_items {}