Here's a simple patch to Apache::Template's Makefile.PL so it knows it
needs
mod_perl and Apache::Request installed and CPAN.pm can go off and
magically install them if it needs to.

I'm not sure what version numbers you need, so I set them at zero.

Later.

Mark.

--- Makefile.PL Tue Jun 12 20:26:02 2001
+++ patch       Tue Sep 11 13:00:26 2001
@@ -168,7 +168,9 @@
     'PMLIBDIRS'           => [ 'lib' ],
     'INC'         => Apache::src->new->inc,
     'PREREQ_PM'    => { Template => 2.00,
-                        Digest::MD5 => 2.09 },
+                        Digest::MD5 => 2.09,
+                        Apache::Request => 0,
+                        Apache::ModuleConfig => 0 },
 );

-- 
s''  Mark Fowler                Technology Developer         Profero Ltd
     http://www.profero.com/      [EMAIL PROTECTED]         020 7700 9960
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}



Reply via email to