Package : perl-Safe

Package details

Summary: Restrict eval'd code to safe subset of ops

Description:
The Safe extension module allows the creation of compartments in which perl
code can be evaluated. Each compartment has

* a new namespace

The "root" of the namespace (i.e. "main::") is changed to a different
package and code evaluated in the compartment cannot refer to variables
outside this namespace, even with run-time glob lookups and other tricks.


URL: https://metacpan.org/release/Safe
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs