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

Moonshine::Bootstrap::Component::Pager

SYNOPSIS

$self->pager({ class => 'search' });

returns a Moonshine::Element that renders too..

<ul class="pager">
    <li><a href="#">Previous</a></li>
    <li><a href="#">Next</a></li>
</ul>