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

Squatting::On::MP20 - mod_perl 2.0 support for Squatting

SYNOPSIS

Load

<Perl>
  use App 'On::MP20';
  App->init
</Perl>

Setup handler

<Location />
  SetHandler perl-script
  PerlHandler App->mp20
</Location>

VirtualHost Configuration Example

...

DESCRIPTION

API

Something Clever

App->mp20

SEE ALSO