On Thu, Oct 11, 2001 at 09:47:08AM -0600, chromatic wrote:
> That's a good point.  I see this as helpful in situations like the 
> Term::Complete test, where there's a range of configurations where the test 
> can't be run at all.  If the test gets to that point, it's not worth even 
> attempting to continue.

Ok, what I think I'll do is make skip() work outside of SKIP blocks.
This will make it trivial for you to write:

    skip_rest {
        my($reason, $num) = @_;
        skip($reason, $num);
        exit;
    }

in the cases it's necessary.

-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One
<purl> Hey, Schwern!  THERE IS A HUGE GAZORGANSPLATTEDFARTMONGERING-
LIGHTENINGBEASTASAURSOPOD BEHIND YOU!  RUN, BEFORE IT GAFLUMMOXES YOUR
INNARDLYBITS!

Reply via email to