freebsd-ports/security/p5-Safe-Hole/pkg-descr
Yen-Ming Lee 3641cfbcf8 - Update to 0.10
- remove redundant whitespace in Makefile
- add WWW: in pkg-descr
- fix PLIST

PR:		78137
Submitted by:	leeym
2005-03-10 08:49:44 +00:00

14 lines
574 B
Text

We can call outside defined subroutines from the Safe
compartment using share(), and call methods through the object that is
copied into the Safe compartment using varglob(). However, these
subroutines and methods are still executed in the Safe compartment, so
they cannot call other subroutines that are dynamically qualified with
the package name, such as class methods.
Through Safe::Hole, we can execute outside defined subroutines
in the original main compartment from the Safe compartment.
- Seth
sethk@meowfishies.com
WWW: http://search.cpan.org/dist/Safe-Hole/