Paketname | libsafe-hole-perl |
Beschreibung | Perl module which makes a "hole" in the Safe compartment |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.10-1+b1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 44 Byte |
Hängt ab von | libc6 (>= 2.7-1), perl (>= 5.10.0-9), perlapi-5.10.0 |
Empfohlene Pakete | |
Paketbetreuer | Stefan Hornburg (Racke) |
Quelle | safe-hole-perl (0.10-1) |
Paketgröße | 15962 Byte |
Prüfsumme MD5 | 7a9e701ab0182ece2f0cbd94125827f1 |
Prüfsumme SHA1 | 158c11d9463eb8ffaf0182aa325dcb571236345a |
Prüfsumme SHA256 | 7f93609fa02868d362c89bbd6063ebf92f6936272e4e99fc964cea92bc1be20f |
Link zum Herunterladen | libsafe-hole-perl_0.10-1+b1_i386.deb |
Ausführliche Beschreibung | 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.
|