dougm       02/05/17 18:49:37

  Modified:    src/modules/perl modperl_mgv.c
  Log:
  object handlers cannot mark handler as parsed until method is found
  
  Revision  Changes    Path
  1.16      +0 -2      modperl-2.0/src/modules/perl/modperl_mgv.c
  
  Index: modperl_mgv.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_mgv.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- modperl_mgv.c     13 Oct 2001 03:22:15 -0000      1.15
  +++ modperl_mgv.c     18 May 2002 01:49:37 -0000      1.16
  @@ -239,8 +239,6 @@
                              name, HvNAME(stash));
               }
           }
  -
  -        MpHandlerPARSED_On(handler);
       }
       else {
           if ((cv = get_cv(name, FALSE))) {
  
  
  


Reply via email to