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 go...@apache.org on 2004/03/26 23:20:53 UTC

cvs commit: modperl-2.0/todo bugs_mp

gozer       2004/03/26 14:20:53

  Modified:    todo     bugs_mp
  Log:
  Log the problem with tied %Location and A::PerlSection->dump() for further
  investigation
  
  Revision  Changes    Path
  1.5       +8 -1      modperl-2.0/todo/bugs_mp
  
  Index: bugs_mp
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/bugs_mp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- bugs_mp	4 Dec 2003 07:02:05 -0000	1.4
  +++ bugs_mp	26 Mar 2004 22:20:53 -0000	1.5
  @@ -33,6 +33,13 @@
     reference, see t/filter/TestFilter/both_str_rec_add.pm, to
     reproduce the problem, simply s/modperl/perl-script/)
   
  +
  +* Apache::PerlSection->dump() will not preserve tied'edness. This is
  +  handled proprely in Storable, so either switch dump/restore to
  +  non-human readable (-0.5) or borrow the same logic to dump/restore
  +  tied objects.
  +
  +
   * $r->rflush doesn't work. see:
     http://marc.theaimsgroup.com/?l=apache-modperl&m=103847990813285&w=2
     I also see a weird behavior where it does sends FLUSH buckets but
  @@ -93,4 +100,4 @@
   
     Report:   
     http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106893251911930&w=2
  -  Priority: Low 
  \ No newline at end of file
  +  Priority: Low