dev  

Re: Useless use of a constant in void context at Makefile.PL line 467

Carl Brewer
Thu, 16 Oct 2003 19:55:44 -0700

Stas Bekman wrote:



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]