This module implements a secure way to encode session data. It is
primarily intended for storing session data in browser cookies, but
could be used with other backend storage where security of stored
session data is important.
Run Squatting app on PSGI.
This module is designed to take raw HTML input and highlight it (using a
CSS stylesheet). The returned HTML code is ready for inclusion in a web
page.
This module is designed to take shell scripts and highlight them in HTML
with meaningful colours using CSS. The resulting HTML output is ready
for inclusion in a web page. Note that no reformating is done, all
spaces are preserved.
This module allows a Class::AlzaboWrapper::Cursor object to be used as
a TT2 iterator.
For a cursor which returns one object at a time, the iterator simply
returns one object per iteration. When the cursor returns multiple
objects, the iterator returns a hash reference where the keys are the
table name of the object's class in lower-case, with camel-casing
turned into underscores. The values of the hash are the objects.
So if the cursor returns Foo::User and Foo::Page objects, the keys are
"user" and "page".
This plugin provides a .json vmethod to all value types when loaded.
Template::Plugin::Class allows you to call class methods on arbitrary
classes. One use for this is in Class::DBI style applications.
Template::Plugin::Clickable::Email converts any e-mail addresses
found in the filtered text into HTML mailto: links.
Template::Plugin::Clickable is a plugin for TT, which allows you
to filter HTMLs clickable.
Template::Plugin::Comma is a plugin for TT, which allows you to
commify your numbers in templates. This would be especially useful
for prices.