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


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

Your right.

Should have been clearer. You can't do it that way if you want to provide Test::Harness with a test header.

Personally I like to do this since it protects me from accidentally dropping tests (many a slip between cut and paste ;-)

  • Comment on Re^4: Skip tests if/unless $ENV{FOO} is set using Test::More