On Thu, Sep 13, 2001 at 07:41:39PM -0400, Kirrily 'Skud' Robert wrote:
> Anyone know what might cause this? The same reporter also had the same
> problem with CPAN-Test-Reporter.
> $ perl -Mblib t/*.t
> Using /perl/cpantest/Module-InstalledVersion-0.02/blib
> ok 1 - use Module::InstalledVersion;
Hi there,
I've just added a really simple convenience function that skips the rest of the
tests in a suite. It's different from the normal skip() in that it doesn't
require nested named blocks.
This came about trying to find a better way to fix t/op/lfs.t in bleadperl. (I
have a patch for that