The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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