On 31 May 2015 at 11:07, Vincent Veyron <vv.li...@wanadoo.fr> wrote:
> On Sat, 30 May 2015 19:20:34 +0100
> Steve Hay <steve.m....@googlemail.com> wrote:
>
>> Please download, test, and report back on this release candidate of
>> the long-awaited mod_perl 2.0.9.
>>
>
> Hi Steve,
>
> I've been seeing the requests for tests, and meaning to run them for a long 
> while now, but for the life of me, I can't figure out how to install the 
> thing, and it's not for lack of trying.
>
> Is there a place that explains how to install and run the test suite? this 
> page for instance, does not (unless something escapes me totally):
>
> https://perl.apache.org/docs/general/testing/testing.html
>

Just follow the instructions in INSTALL in the tarball, i.e. something like:

  % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
  % make && make test
  % make install

(You can skip the last step. It's the results of "make test" that
we're interested in here.)

Reply via email to