Subject: | CopyLink eval dies if $SIG{__DIE__} has been set |
The general issue is described here:
http://perldoc.perl.org/functions/eval.html
Suggested change for line 18 of version 0.25:
our $CopyLink = eval { local $SIG{'__DIE__'}; symlink '',''; 1 } || 0;
Many thanks for a very useful module!
All best,
Josh