in reply to developing a template system

If it's incompatible with HTML::Template, you probably oughtn't confuse people by using a similar name.

CGI::Application work has lead to a lot of new features and plugins for HTML::Template lately, so I recommend instead you talk to the developers there about incorporating your compilation system; that could make H::T faster for everyone and prevent even more template system proliferation.

Replies are listed 'Best First'.
Re^2: developing a template system
by tinita (Parson) on Aug 12, 2005 at 22:17 UTC
    thanks, I didn't know that.
    maybe CGI::Application could use Any::Template someday, this seems like a good idea to me, to have a generalized API to all template systems.
    I'll get in contact with the developers.