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.
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.
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.
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.