in reply to Re^2: Test::Exception extension with (evil?) overloading
in thread Test::Exception extension with (evil?) overloading
Because the second snippet I posted behaves exactly like that.my $result = lives_ok {$o->answer} 'answer worked'; is $result, 42, 'answer returned 42';
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Test::Exception extension with (evil?) overloading
by adrianh (Chancellor) on Jan 18, 2003 at 17:55 UTC |