in reply to Re^2: YAML, $SIG{__DIE__}, Log4perl, $^S, and eval{}
in thread [SOLVED] YAML, $SIG{__DIE__}, Log4perl, $^S, and eval{}
without having to go hunt down and change all the die() (and warn()) calls in the code.
But you don't have to do that, you just have to add use whateveritwasthatexportsdie;; to the top of each module ... no search/replace
|
|---|