http://qs1969.pair.com?node_id=254074


in reply to Re: Skip tests if/unless $ENV{FOO} is set using Test::More
in thread Skip tests if/unless $ENV{FOO} is set using Test::More

  1. To my eyes this looks more complex than merlyn's example.
  2. You can't do it this way since you need to know the total number of tests before the tests are run so Test::Builder can output an appropriate test header.