in reply to Test::More usage to test functions that die
eval sets $@ if the code dies, so something like
ok($@, "no args passed"); [download]