Rudesind::Handler - The mod_perl handler for Rudesind


Rudesind documentation  | view source Contained in the Rudesind distribution.

Index


NAME

Top

Rudesind::Handler - The mod_perl handler for Rudesind

SYNOPSIS

Top

  <Location /Rudesind>
    SetHandler perl-script
    PerlHandler Rudesind::Handler
  </Location>

DESCRIPTION

Top

This module provides a handler() subroutine for mod_perl. It fudges the URI so that Mason's standard resolver works even though the incoming URI may not match a path on the filesystem.


Rudesind documentation  | view source Contained in the Rudesind distribution.