NAME

MasonX::Resolver::PAR - Get mason components from a PAR file

SYNOPSIS

        (Inside a web.conf)	
	PerlModule HTML::Mason::ApacheHandler
	PerlModule MasonX::Resolver::PAR
        <Location /myapp>
	  SetHandler perl-script
          PerlSetVar PARMasonDirectoryIndex index.htm
	  PerlAddVar PARMasonDirectoryIndex index.html
          PerlSetVar MasonParFile ##PARFILE##
          PerlSetVar MasonResolverClass MasonX::Resolver::PAR
	  PerlHandler HTML::Mason::ApacheHandler
        </Location>

DESCRIPTION

This is a custom Mason Resolver which loads it's content from a PAR archive.

SEE ALSO

PAR, Apache::PAR