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/03/04 01:26:13 UTC

cvs commit: modperl-2.0/todo features_new

stas        2004/03/03 16:26:13

  Modified:    todo     features_new
  Log:
  extend add_config to support add_config($multi_line_config). If the
  passed argument is not a ref to an array, but a scalar should use
  CR?LF to do the line split
  
  Revision  Changes    Path
  1.4       +4 -0      modperl-2.0/todo/features_new
  
  Index: features_new
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/features_new,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- features_new	9 Feb 2004 23:00:41 -0000	1.3
  +++ features_new	4 Mar 2004 00:26:13 -0000	1.4
  @@ -2,6 +2,10 @@
   # New features in mp2 #
   #######################
   
  +* extend add_config to support add_config($multi_line_config). If the
  +  passed argument is not a ref to an array, but a scalar should use
  +  CR?LF to do the line split
  +
   * PerlFooHandler -Bar is a NOOP when 'PerlOptions AutoLoad' is in
     effect, whereas it should prevent autloading.
     See: