Subject: | IO.pm and similar loading fails |
Code
use Safe;
$s = Safe->new;
$s->deny_only(qw(time));
$s->reval(q[use FileHandle;]);
$@ and die "$@ $!";
Fails with error
Can't load module IO, dynamic loading not available in this perl.
(You may need to build a new perl executable which either supports
dynamic loading or has the IO module statically linked into it.)
--
Alexandr Ciornii, http://chorny.net