Search found 1 match

by roundcubeten
01 Oct 2020, 08:19
Forum: General Discussion (csf)
Topic: Can't locate Net/DNS/Resolver/linux.pm
Replies: 9
Views: 11443

Re: Can't locate Net/DNS/Resolver/linux.pm

In your module you must do:

eval { local $SIG{'__DIE__'}; require '...' };

Due to the current arguably broken state of __DIE__ hooks