The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.003 - 2014-04-17

  • bump version to make it an official release

Changes for version 1.002 - 2014-04-15 (TRIAL RELEASE)

  • require perl-5.10.0 instead of perl-5.8.9: Perl 5.8.9's "warnings" pragma uses "Carp", which calls eval(). Since "use warnings" is (rightfully imho) a default in the D2::T::TextTemplate's "prepend" option, and since eval() is (even more rightfully) forbidden by default in a Safe compartment, I see no other solution.

Modules

Text::Template engine for Dancer2
Fake Template::Toolkit-like, persistent engine around Text::Template.