Subject: | no localization of @_ |
DBIx-RetryOverDisconnects has many "eval" statements, but does not
localize $@; so there will be side-effects to the global exceptions
raised by the application.
I suggest replacing evals by Try::Tiny (or at least localize $@).
Thanks in advance, Laurent Dami.