Front page | perl.qa |
Postings from April 2011
Re: post-install testing
Thread Previous
|
Thread Next
From:
Leon Timmermans
Date:
April 13, 2011 08:23
Subject:
Re: post-install testing
Message ID:
BANLkTi=CGgSoJB1E2mv6-0ZzU2EdzwFOhg@mail.gmail.com
On Wed, Apr 13, 2011 at 6:40 AM, Ovid <publiustemp-perlqa3@yahoo.com> wrote:
> 3. Possible cooperation from the CPAN, CPANPLUS, CPANM and other maintainers
> (see point 1).
From the CPAN client's point of view, installing means executing
either «make install» or «./Build install». The actual installing is
done by ExtUtils::Install, either through make or through
Module::Build. The CPAN client may provide extra parameters that
affect where things end up being installed (e.g. --install_base), but
making it do the actual work is a large shift in the system.
Leon
Thread Previous
|
Thread Next