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

Documentation

Modules

OpenFrame tools for web applications.
base class for WebApp Errors.
error thrown by abstract methods.
thrown when a class could not be loaded.
abstract factory class
abstract class for declining to process a pipeline.
decline if Session found in store
decline if request uri is for static content.
decline if Template found in store
decline if User found in Session
decline if User found in store
abstract class for getting Sessions from the store.
a pipeline segment to load sessions from cookies
abstract pipeline segment to load sessions
pipeline segment to save sessions
abstract class for getting Templates from the store.
a pipeline segment to load templates.
abstract class for getting Users from the store.
a pipeline segment to load users from the environment.
abstract segment to load users.
a pipeline segment to load users from requests
abstract class for working with users stored in sessions.
a pipeline segment to load users from sessions
sessions for OpenFrame-WebApp
abstract base for sessions using Cache::Cache modules
a factory for various types of session wrappers.
sessions using Cache::FileCache
sessions using Cache::MemoryCache
abstract class for template processing wrappers
a factory for various types of template wrappers.
a Petal template processing wrapper
a TT2 template processing wrapper
users for OpenFrame-WebApp
a factory for creating users