Re: Dependent testing

2009-08-14 Thread Michael G Schwern
David Cantrell wrote: > I vaguely recall someone knowledgeable (Andreas? Dave Golden? You?) > wibbling about calling CPAN.pm functions from within a script being run > as a child of CPAN.pm being a bit dodgy, but I guess that that doesn't > matter if this is only run when you 'make* test' by hand.

Re: Dependent testing

2009-08-13 Thread Adrian Howard
On 13 Aug 2009, at 02:27, Michael G Schwern wrote: Also Test::Class' tests are broken with the latest release of Test::Builder. Does Adrian know that? Yes I do. Been to idle/busy to fix. Mostly the later. Apologies to those affected. Should really get the damn thing on github and spre

Re: Dependent testing

2009-08-13 Thread David Cantrell
d a test which does "dependent > testing", testing of a list of modules which depend on me. > > http://github.com/schwern/test-more/blob/master/t/dependents.t Shiny! I vaguely recall someone knowledgeable (Andreas? Dave Golden? You?) wibbling about calling CPAN.pm functions from w

Dependent testing

2009-08-12 Thread Michael G Schwern
I'm in the process of gutting Test::Builder to use Test::Builder2. I figured the best abuse of Test::Builder is all the testing modules on CPAN. Rather than continually run them by hand I've added a test which does "dependent testing", testing of a list of modules which