On 2011-04-13 01:00, Michael G Schwern wrote:
> Are you talking about integrity testing, making sure the system still has all
> their pieces and they still work? Or runtime testing, essentially a
> combination of asserts and logging which run from inside the code to check
> that the system is inte
On 2011-04-13 06:40, Ovid wrote:
> If you're talking about rerunning the package tests on a module after it's
> been
> installed, I had been working on the idea of installing tests along with the
> code. This would require a few things:
>
> 1. A place to install the tests.
> 2. A way to save th
On Apr 13, 2011, at 10:16 AM, Jozef Kutej wrote:
> On 2011-04-13 06:40, Ovid wrote:
>> If you're talking about rerunning the package tests on a module after it's
>> been
>> installed, I had been working on the idea of installing tests along with the
>> code. This would require a few things:
>>
On Wed, Apr 13, 2011 at 6:40 AM, Ovid 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::Ins