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/03/04 00:03:05 UTC

cvs commit: modperl-2.0/todo possible_new_features.txt

stas        2003/03/03 15:03:05

  Modified:    todo     possible_new_features.txt
  Log:
  a nice to have an alias $f->connection in addition to $f->c
  
  Revision  Changes    Path
  1.17      +3 -0      modperl-2.0/todo/possible_new_features.txt
  
  Index: possible_new_features.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/possible_new_features.txt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- possible_new_features.txt	1 Dec 2002 04:04:08 -0000	1.16
  +++ possible_new_features.txt	3 Mar 2003 23:03:04 -0000	1.17
  @@ -77,6 +77,9 @@
       which will be passed to the handler as arguments, e.g.
       $r->push_handlers("PerlHandler", \&some_sub, ['one', 'two', 'etc']);
   
  +- might add an alias for $filter->connection (now we have $filter->c), to be
  +  more intuitive since we have $r->connection.
  +
   modules:
   -------