in reply to Re^2: developing a template system
in thread developing a template system

CGI::Application has its own template abstraction system in the CGI::Application::Plugin::AnyTemplate module. This looks very similar to what Any::Template seems to provide, except that the plugin has some tighter integration into CGI::Application, and it also has a few extra features that I don't see in Any::Template.

There is definately a lot of overlap in functionality though...