Skip to content

Instantly share code, notes, and snippets.

@akiym
Last active December 20, 2015 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiym/6068150 to your computer and use it in GitHub Desktop.
Save akiym/6068150 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use Test::More 0.98;
use Test::Pretty 0.26;
eval {
die;
};
ok $@;
ok $@; # FAIL
done_testing;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment