>> +use constant APACHE_2_0_49 => have_apache_version('2.0.49');
>
>
> I think we need a separate API for this kind of things. The problem with
> using
> have_apache_version is that if you don't have it, it'll push the reason
> into @skip list and if the test gets skipped it'll print that reason,
> even though you didn't mean it to. So it happens to work as long as we
> don't skip the test, but otherwise could produce confusing output. I
> know we are using it in a few other places as well.
well we need to make the call at some point - that's what the Apache::Test
APIs are there for and I wouldn't want to write or support another set just
because of the @SkipReason foo.
do you have some suggestions?
--Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]