in reply to Re: Keeping SKIP Test Blocks Under Control
in thread Keeping SKIP Test Blocks Under Control

Why are you nesting your SKIP blocks?

Because I wasn't sure if repeated skip statements would work and I couldn't find any examples of implementing it without nested blocks. Though now that I think about the implementation details of Test::More::skip, this probably should have been obvious.

# ignoring repeated is_html test in original post

Oops. I was cleaning up and sanitizing the code that I'm actually developing for a project, and that one sliped through.

----
: () { :|:& };:

Note: All code is untested, unless otherwise stated