package Apache2::Controller; =head1 NAME Apache2::Controller - fast MVC-style Apache2 handler apps =head1 VERSION Version 1.000.100 =cut use version; our $VERSION = version->new('1.000.100'); =head1 INSTALLATION PRE-REQUISITES You need mod_perl2, L and L installed to build this distribution with CPAN. Otherwise the Makefile.PL will not run to tell you that prerequisites failed. This is a drawback of using L. =head1 SYNOPSIS Your application IS the controller. A2C gets all the abstractions out from between your controller logic and the Apache2 methods to control input/output, status etc. You control Apache2 directly, or use a rendering base like L which gives a method to render using L