
Bundle::Dotiac - Bundle Dotiac::DTL with all Addons

perl -MCPAN -e 'install Bundle::Dotiac'

Dotiac::DTL - The main module
Dotiac::DTL::Addon::case_insensitive - Makes variables case insensitive
Dotiac::DTL::Addon::importloop - A loop that modifies the root namespace.
Dotiac::DTL::Addon::html_template - Renders HTML::Template templates with Dotiac
Dotiac::DTL::Addon::json - render data into json files, uses JSON.
Dotiac::DTL::Addon::jsonify - render to json (http://www.djangosnippets.org/snippets/1250/). Also uses JSON.
Dotiac::DTL::Addon::markup - Different markup text (django.contrib.markup), uses Text::Markdown amd Text::Textile.
Dotiac::DTL::Addon::unparsed - Don't parse the content of the unparsed tag.

Installs Dotiac with all the known addons, this way Dotiac can render any valid template it encounters.
"Everything needed to render Django Templates in Perl"

Marc Lucksch <perl@marc-s.de>