Subject: | Math::Pari incompatible with applications which use a DIE handler |
Date: | Fri, 28 Aug 2009 08:41:25 -0700 |
To: | bug-Math-Pari [...] rt.cpan.org |
From: | Ken LeGro <papakenx [...] gmail.com> |
ILYAZ -
Line 1148 of Math::Pari contains:
$f = eval { loadPari($meth) };
This code is incompatible with applications which use a DIE handler.
The correct code is:
$f = eval { local $SIG{__DIE__}; loadPari($meth) };
Thanks so much or all your efforts!
Regards,
Ken LeGro
Architect, VerizonBusiness
Message body is not shown because sender requested not to inline it.