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
...