tokuhirom / Test-Pretty

Other
20 stars 17 forks source link

overridden test functions clobber $@ #14

Closed doy closed 11 years ago

doy commented 11 years ago
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;

is(eval "die 'foo'", undef);
ok($@);

done_testing;

This passes without Test::Pretty, but fails with it.

tokuhirom commented 11 years ago

Oh...

tokuhirom commented 11 years ago

Merged akiym's patch.