Subject: | Caught exceptions should not trigger the REPL |
Currently the REPL is triggered even on caught (handled) exceptions:
mendel@vger:~$ perl -MCarp::REPL=noprofile -e 'eval { die }'
Died at -e line 1.
Trace begun at -e line 1
eval {...} at -e line 1
$
That renders Carp::REPL nearly unusable (it starts up the REPL on the
first handled exception).
Could you review and apply this patch:
https://github.com/mendel/carp-repl/commit/ea4c2752dc4d84b71278805c13d4af136e0e3f87
Thanks,
norbi