On Sat, 2005-06-18 at 02:46, Mike Whitaker wrote: > On 22 May 2005, at 22:22, Tony Fraser wrote: > > I've put a patch to get Apache_Template-2.00_01 to work (mostly) under > > mod_perl-2.0.0 here: > > > > http://galaxy.sybaspace.com/perl/Apache_Template/mod_perl-2.0.0- > > changes.patch > > > The > use Apache2 (); > > seems to need uncommenting in Makefile.PL to get it to even parse the > Makefile under dh-make-perl in Debian stable (sarge). > > The whole thing is in fact a bit of a mess under Debian, due to the > namespace fun it has with Apache2/Apache for Apache2 modules. > > *half an hour later* > > In fact, simply *rebuilding* GY's version (minus Tony's patch) under > latest Debian seems to cause my Apache to start working again. > > My head hurts.
I sounds to me like you must still be using a 1.99_x version of mod_perl. Or I guess it's possible that Debian is doing something strange when they package their mod_perl. The patch I posted is required just to get Apache::Template to load without syntax errors under mod_perl 2.0.0. Looking at the Changes file in mod_perl 2.0.0 the actual incompatible change was made in mod_perl version 1.999_22 I've been developing with my patched version under mod_perl 2.0.0 for a couple of weeks now and haven't found any deficiencies yet. -- Tony Fraser [EMAIL PROTECTED] Sybaspace Internet Solutions System Administrator phone: (250) 246-5368 fax: (250) 246-5398 _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
