Mason::Manual - Index of Mason documentation
- Mason::Interp
- Mason::Interp is the central Mason object, returned from
"Mason->new". It is responsible for
creating new requests, compiling components, and maintaining the cache of
loaded components.
- Mason::Request
- Mason::Request represents a single request for a page, and is the access
point for most Mason features not provided by syntactic tags.
- Mason::Component
- Mason::Component is the base class from which all generated component
classes inherit, directly or indirectly.
Jonathan Swartz <swartz@pobox.com>
This software is copyright (c) 2012 by Jonathan Swartz.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.