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 2003/01/24 08:20:17 UTC

cvs commit: modperl-2.0/todo missing_old_features.txt

stas        2003/01/23 23:20:16

  Modified:    todo     missing_old_features.txt
  Log:
  log the need to implement resolving for anonymous handlers
  
  Revision  Changes    Path
  1.23      +3 -0      modperl-2.0/todo/missing_old_features.txt
  
  Index: missing_old_features.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/missing_old_features.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- missing_old_features.txt	9 Dec 2002 09:37:26 -0000	1.22
  +++ missing_old_features.txt	24 Jan 2003 07:20:16 -0000	1.23
  @@ -2,6 +2,9 @@
   implemented unless otherwise noted.  there are more missing features
   listed in deprecated_features.txt
   
  +- anonymous handler (for push_handlers, add_input_filter, etc), see
  +  modperl_mgv.c: modperl_mgv_name_from_sv
  +
   - PerlCleanupHandler
   
   - PerlModule, PerlRequire, Perl{Set,Add}Var in .htaccess is missing