You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/02/09 19:19:09 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_handler.c

stas        2004/02/09 10:19:09

  Modified:    src/modules/perl modperl_handler.c
  Log:
  add a xref to where to look at when implementing the '-' prefix
  
  Revision  Changes    Path
  1.20      +1 -0      modperl-2.0/src/modules/perl/modperl_handler.c
  
  Index: modperl_handler.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_handler.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -u -r1.19 -r1.20
  --- modperl_handler.c	18 Sep 2003 07:55:52 -0000	1.19
  +++ modperl_handler.c	9 Feb 2004 18:19:09 -0000	1.20
  @@ -14,6 +14,7 @@
           ++name;
           /* XXX: currently a noop; should disable autoload of given handler
            * if PerlOptions +AutoLoad is configured
  +         * see: modperl_hash_handlers in modperl_mgv.c
            */
           MpHandlerAUTOLOAD_Off(handler);
           break;