Hi, I've recently used CGI::App for the first time in a freelance project and have really liked it. I particularly like the idea of param() to squirrel away data vs using the object hash directly. But, I'm mostly a TT kind of guy, so I miss that support in C:A. *putting on flame retardent underwear* Is there interest in adding TT support? I would be happy to do the coding, as long as it will be wanted. Otherwise I guess I'll create a wrapper & overload the appropriate template methods.
It seems like it would be just a matter of modifying the new() method to accept a type argument, and add new methods for initializing each template system. And then updating load_tmpl() to do the right thing for whatever template system has been selected. Thanks for releasing a CPAN module so I don't have to keep rewriting the same old things for every project. :-) (And yes, I did try to modularize things, but now it's even easier.) Drew Drew Taylor JA[P|m_p|SQL]H http://www.drewtaylor.com/ Just Another Perl|mod_perl|SQL Hacker mailto:[EMAIL PROTECTED] *** God bless America! *** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
