MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
provide a Mason callback system built on Params::CallbackRequest. Callbacks
may be either code references provided to the C<new()> constructor, or methods
defined in subclasses of Params::Callback. Callbacks are triggered either for
every request or by specially named keys in the Mason request arguments, and
all callbacks are executed at the beginning of a request, just before Mason
creates and executes the request component stack.
This module brings support for a sort of plugin architecture based on
Params::CallbackRequest to Mason. Mason then executes code before executing
any components. This approach allows you to carry out logical processing of
data submitted from a form, to affect the contents of the Mason request
arguments (and thus the %ARGS hash in components), and even to redirect or
abort the request before Mason handles it.
Track sessions and, optionally, users
Simple Log::Dispatch replacement of Mojo::Log
Mojolicious::Plugin::Authentication is a module that helps you deal
with authenticating users in your Mojolicious application.
Mojolicious::Plugin::Database provides "sane" handling of DBI connections so
problems with pre-forking (Hypnotoad, etc.) will not occur.
Mojolicious::Plugin::Mongodb provides a few helpers to ease the use of MongoDB
in your Mojolicious application.
Mojolicious::Plugin::YamlConfig is a YAML configuration plugin that preprocesses
it's input with Mojo::Template.
Perl module to use FastCGI with IO::Async
Net::Flickr::API - base API class for Net::Flickr::* libraries
Net::Flickr::Backup - OOP for backing up your Flickr photos locally