Skip to content

Instantly share code, notes, and snippets.

@xaicron
Created June 12, 2010 03:13
Show Gist options
  • Select an option

  • Save xaicron/435371 to your computer and use it in GitHub Desktop.

Select an option

Save xaicron/435371 to your computer and use it in GitHub Desktop.
# die
use Test::More;
close STDERR;
subtest 'foo' => sub {
ok 1;
done_testing;
};
done_testing;
# run
use Test::More;
close STDERR;
ok 1;
done_testing;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment