Your attention please:

[***************************************************]
[***                                             ***]
[*** please send the followups back to the list! ***]
[***                                             ***]
[***************************************************]

Thank you!

Now to the solutions:

Dawn Sun wrote:
I've used this patch>>

Index: t/hooks/TestHooks/init.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/hooks/TestHooks/init.pm,v
retrieving revision 1.3
diff -u -r1.3 init.pm
--- t/hooks/TestHooks/init.pm   18 May 2002 02:02:32 -0000      1.3
+++ t/hooks/TestHooks/init.pm   26 Nov 2002 12:20:03 -0000
@@ -56,6 +56,7 @@
 __DATA__
 PerlInitHandler TestHooks::init::second
 <Base>
+    PerlModule      TestHooks::init
     PerlInitHandler TestHooks::init::first
 </Base>
 PerlResponseHandler TestHooks::init


But "make test" failed again. This time, the error changed

from the "Can't locate TestHooks/init/first.pm in @INC... " to "Can't
locate TestHooks/trans.pm in @INC...". Other errors remain the same.

Good, so probably adding

PerlModule TestHook::trans

in a similar way (inside <Base></Base> of t/hooks/TestHooks/trans.pm) should solve that problem too. Though it should have resolved the handlers automatically. You need to enable PERL_TRACE (see the online docs) and post the trace so we can see why these don't get resolved.

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to