File: control

package info (click to toggle)
safe-hole-perl 0.13-1.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 96 kB
  • ctags: 6
  • sloc: perl: 118; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: safe-hole-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), perl, libmodule-build-perl
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Standards-Version: 3.5.6.0

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, we can execute externally defined subroutines in
 the original main compartment from the Safe compartment.