Changes for version 0.14 - 2006-03-27

  • bugfixes in ::Dot:
    • switched to using blessed() instead of UNIVERSAL::can as a function. this breaks with using a CGI object for versions older than 3.06, since CGI didn't have a working can() method.
    • made nested calls to the same object work, so you can now do:
      • <tmpl_var t.greeting(t.name)>
    • Both issues were reported by Dan Horne.

Modules

Extends HTML::Template with plugin support
Add Magic Dot notation to HTML::Template