Tony Fraser wrote: > What's the status of Apache::Template and Apache2/mod_perl2?
Hi Tony, The last time I looked (at least a year ago), it wasn't possible to have a single Apache::Template module which worked under both mod_perl 1 and 2. Adding the changes to make it work under v2 meant it would no longer work under v1. Given that we really have to continue support for v1, we should either have a single Apache::Template module which auto-detects the version and Does The Right Thing, or have a separate Apache2::Template module which provides support for v2. I know this subject has come up on the list before, but I don't recall the outcome or current state of play. But I'm more than happy for you and/or other interested parties to thrash it out and bring it all up to date. A _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
