Source: libsafe-hole-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Stefan Hornburg (Racke) , Andreas Tille , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: perl:native, perl-xs-dev, libmodule-build-perl, debhelper-compat (= 14), Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsafe-hole-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsafe-hole-perl.git Homepage: https://metacpan.org/release/Safe-Hole Package: libsafe-hole-perl Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, Description: Perl module which makes a "hole" in the Safe compartment libsafe-hole-perl allows externally defined routines and methods of objects to be called from within the Safe compartment. However, those subroutines and methods are executed within the Safe compartment, so they are unable to call other subroutines which are dynamically qualified with the package name such as class methods. . Through Safe::Hole, it is possible to execute externally defined subroutines in the original main compartment from the Safe compartment.