in reply to Re^3: Test::Exception extension with (evil?) overloading
in thread Test::Exception extension with (evil?) overloading
lives_and_tests_ok ( sub { $o->answer }, sub { is $a, 42, $b }, "answer is 42" );
I quite like this one actually :-) However, is there some problem with:
is live{$o->answer}, 42, 'answer is 42';
that I'm missing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Test::Exception extension with (evil?) overloading
by Aristotle (Chancellor) on Jan 18, 2003 at 22:11 UTC | |
by adrianh (Chancellor) on Jan 18, 2003 at 23:15 UTC |