I wouldn't call it 'not_ok', as that suggests 'ok !'. You want to test it dying, so I'd call it something like: 'die_cmp' (for exact testing of the die message) or 'die_like' (for regex testing of the die message).
Perl --((8:>*
Comment on Re^3: Test::More : I'd need a "not_ok()" function...