Re: flood: config file version

2003-08-13 Thread Jacek Prucia
On Mon, 11 Aug 2003 16:21:20 -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: --On Sunday, August 10, 2003 23:06:23 +0200 Jacek Prucia [EMAIL PROTECTED] wrote: This is what I have mentioned earlier this day. This introduces a CONFIG_VERSION define, which is used to represent a certain

Re: flood: responsescript patch

2003-08-13 Thread Jacek Prucia
On Mon, 11 Aug 2003 16:26:34 -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: --On Sunday, August 10, 2003 23:24:04 +0200 Jacek Prucia [EMAIL PROTECTED] wrote: This probably belongs in contrib/patches. It is a quick'n'dirty hack I did few days ago, to simulate applet making network

Re: flood: responsescript patch

2003-08-13 Thread Jacek Prucia
On Mon, 11 Aug 2003 17:58:22 -0700 Aaron Bannert [EMAIL PROTECTED] wrote: On Monday, August 11, 2003, at 04:26 PM, Justin Erenkrantz wrote: [...] url responsescript=/path/to/script.pyhttp://www.example.com//url I wouldn't see an issue just placing this in the main code rather than as

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

2003-08-13 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2003/08/13 15:00:25 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: trick ok() into reporting the caller filename/line when a sub-test fails in sok() I love Perl! -ok $sub-(); +my($package, $filename, $line) = caller; + +