So the offending line is:
$string .= Apache::Test::install::nuke_Apache__test_target() if APACHE_TEST_INSTALL();
You lost the actual constant that it was complaining about ;) I should have looked closer.
Any change if you replace it with:
if (APACHE_TEST_INSTALL()) { $string .= Apache::Test::install::nuke_Apache__test_target(); }
Nope, same error.
cheers
Carl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]