Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2
Steve Hay <[email protected]> Tue, 2 Jun 2015 08:41:49 +0100
| Newsgroups | gmane.comp.apache.mod-perl.devel |
|---|---|
| Message-ID | <CADED=K5HFk+H9L7s4hw=SPYbKKh3LRi+5Eqi7YQJB2+oL6Yzxg__12807.1505147547$1433230984$gmane$org@mail.gmail.com> |
On 31 May 2015 at 11:07, Vincent Veyron <[email protected]> wrote: > On Sat, 30 May 2015 19:20:34 +0100 > Steve Hay <[email protected]> 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.)