Re: [patch] adding more checks

2001-08-26 Thread Stas Bekman
Doug MacEachern wrote: On Sun, 26 Aug 2001, Stas Bekman wrote: +# $thaw wasn't blessed +if (ref $thaw eq 'HASH') { +die couldn't find apache_test_config.pm; +} + this isn't right, it will die whenever things are clean. maybe you meant to do that only if

Re: [patch] adding more checks

2001-08-26 Thread Doug MacEachern
On Sun, 26 Aug 2001, Stas Bekman wrote: please try this patch. it exposes the problem with messed up setup. i think your mailer is wrapping: patching file Apache-Test/lib/Apache/TestConfigPerl.pm patching file t/directive/perlrequire.t patch: malformed patch at line 79: || '';

Re: [patch] adding more checks

2001-08-26 Thread Doug MacEachern
On Sun, 26 Aug 2001, Stas Bekman wrote: I've to checkout the whole tree from scratch. yikes. i have seen apache_test_config.pm get into a messed up state before. you should be able to: cd t/conf rm *.* cvs up to get unstuck.