Download List

專案描述

Dotiac::DTL is a module that can interpret and
compile templates written in the Django Template
Language for the programming language Perl. It is
simple and extensible, and focuses on fast parsing
and execution instead of syntax checks.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-10 23:09
0.8

This release adds many improvements for addons. The main feature is switching the parser while parsing, which allows Dotiac::DTL to parse even other template languages, such as HTML::Template (with Dotiac::DTL::Addon::html_template). It can even parse mixtures of HTML::Template and Django template syntax. This gives the ability to extend old HTML::Template templates with new Django features by changing one line of Perl. Memory usage has also been reduced while using addons and compiled templates.
標籤: Major feature enhancements

2009-01-28 03:44
0.6

A bug in {% url %} with autoescaping has been fixed. An example (blog.pl) has been added. Test::Pod::Coverage has been added. Bugs in META.yml have been fixed. Version information has been added to every module.
標籤: Minor bugfixes

2009-01-25 05:22
0.5

The parser and template were extracted into
seperate files. Set variables with dots in them
were made to work. A Unicode test with perl 5.6.x
is now skipped.
標籤: Minor feature enhancements

2009-01-22 00:15
0.4

A single test that had problems on most systems
was fixed. The code now works in perl 5.6.1. The
requirements were fixed. Pod tests were added. The
tests were fixed to be skipped on systems with a
different time format. Some more information was
added to Meta.YML.
標籤: Minor bugfixes

2009-01-17 00:14
0.2

This release fixes tests and documentation.
標籤: Minor bugfixes

Project Resources