> If $file does exist, then the
> if (! -e $file && -e $default_conf) {
> }
> is ignored, but the
> else {
> }
> will be followed; in my case, on Win32, it overwrote the correct,
> exisiting $file with
>$file = catfile $root, $default_conf;
blarg, sorry about that.
> which di
A release candidate for Apache-Test 1.27 is now available.
http://people.apache.org/~pgollucci/at/Apache-Test-1.27-dev.tar.gz
Please take the time to exercise the candidate through all your existing
applications that use Apache-Test and report back successes or failures.
Changes since 1.26: