I've finally gotten around to making a stable release of AnyTemplate.

Version 0.10 should be available on CPAN shortly:

    http://search.cpan.org/~mgraham/CGI-Application-Plugin-AnyTemplate-0.10_05/

This is a major new release with a lot of new features and some
incompatible API changes.

The new features are:

  * new driver (HTMLTemplatePluggable) has support for
    HTML::Template::Pluggable and HTML::Template::Plugin::Dot

  * AnyTemplate can now optionally provide a load_tmpl method
    like the one built into CGI::Application, so that old code
    can get the benefit of template system independence.

  * added support for the load_tmpl hook

  * test suite should be less fragile for users who don't have
    all of the templating modules installed

The incompatibilities are:

  * associate_query off by default
  * associate_query now deprecated
  * CAP::Forward now required
  * default template names determined from $self->current_runmode, not
    from the name of the calling sub
  * template_pre_process and template_post_process now need to be
    explicitly registered with $self->add_callback()
  * tmpl_path is respected



Michael


---
Michael Graham <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to