At 11:31 18.06.2002, Andy Wardley wrote: >I've been playing around with Apache 2 and mod_perl 1.99 and considering >the changes I'll need to make to Apache::Template to make it play nicely >under the new world order. > >Given that I want to continue to support Apache::Template for v1 users, >should I create another module, say Apache2::Template, or is there some >preferred approach to v1/v2 compatabilities that I should consider? > >I've read the compat.html doc and understand that I might be able to >support Apache::Template as it is with the help of the Apache2 compatability >module. However, I'm sure there are some parts, server/dir merging in >particular (which seem to be broken in v1 anyway), which are going to need >new implementations for v2, so I figure it's probably worth forking the >codebase sooner rather than later.
What about making the 2.0 module follow the conventions I posted about earlier? Something like Apache::Framework::Template? -- Per Einar Ellefsen [EMAIL PROTECTED]