Skip Menu |

This queue is for tickets about the Safe CPAN distribution.

Report information
The Basics
Id: 56515
Status: new
Priority: 0/
Queue: Safe

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.26
Fixed in: (no value)



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