[STATUS] (flood) Wed Jun 9 23:46:05 EDT 2004

2004-06-10 Thread Rodent of Unusual Size
flood STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 20:55:12 $] Release: 1.0: Released July 23, 2002 milestone-03: Tagged January 16, 2002 ASF-transfer: Released July 17, 2001 milestone-02: Tagged August 13, 2

[STATUS] (perl-framework) Wed Jun 9 23:46:11 EDT 2004

2004-06-10 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS: -*-text-*- Last modified at [$Date: 2002/03/09 05:22:48 $] Stuff to do: * finish the t/TEST exit code issue (ORed with 0x2C if framework failed) * change existing tests that frob the DocumentRoot (e.g., t/modules/

Re: switching t_cmp() argument order

2004-06-10 Thread Stas Bekman
Geoffrey Young wrote: But it's quite possible that argument could be readonly while not a string, a simple example is a return value of a function: % perl -le 'a(b(), "b"); sub a {($_[0], $_[1]) = ($_[1], $_[0]);}; \ sub b { 5 }' Modification of a read-only value attempted at -e line 1.

Re: switching t_cmp() argument order

2004-06-10 Thread Geoffrey Young
Stas Bekman wrote: > Geoffrey Young wrote: > >>> But it's quite possible that argument could be readonly while not a >>> string, a simple example is a return value of a function: >>> >>> % perl -le 'a(b(), "b"); sub a {($_[0], $_[1]) = ($_[1], $_[0]);}; \ >>>sub b { 5 }' >>> Modifica

Re: switching t_cmp() argument order

2004-06-10 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Geoffrey Young wrote: But it's quite possible that argument could be readonly while not a string, a simple example is a return value of a function: % perl -le 'a(b(), "b"); sub a {($_[0], $_[1]) = ($_[1], $_[0]);}; \ sub b { 5 }' Modification of a

Re: switching t_cmp() argument order

2004-06-10 Thread Geoffrey Young
> just add a line like, remove after Sep 15th or so. and may be take it into > if ($deprecated) { ...} > so it's easy to remove the whole branch at once without thinking too much. the logic was already wrapped in an if block, so I just made a note that we want it removed by mid september and left

Re: switching t_cmp() argument order

2004-06-10 Thread Stas Bekman
Geoffrey Young wrote: just add a line like, remove after Sep 15th or so. and may be take it into if ($deprecated) { ...} so it's easy to remove the whole branch at once without thinking too much. the logic was already wrapped in an if block, so I just made a note that we want it removed by mid sep