summaryrefslogtreecommitdiff
path: root/pod/perlmod.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters.nicoh.com>1996-01-04 00:52:14 +0000
committerAndy Dougherty <doughera.lafayette.edu>1996-01-04 00:52:14 +0000
commita292756007f94937865348efbfd9e52d9e359775 (patch)
tree14a17490b437d7874163d036b4d53874f802f335 /pod/perlmod.pod
parent7bb65d42935b5de661ac45fa483625e663c80475 (diff)
downloadperl-a292756007f94937865348efbfd9e52d9e359775.tar.gz
Mention the Safe extension.
Diffstat (limited to 'pod/perlmod.pod')
-rw-r--r--pod/perlmod.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlmod.pod b/pod/perlmod.pod
index 3ada156f6e..0328bd5d9d 100644
--- a/pod/perlmod.pod
+++ b/pod/perlmod.pod
@@ -489,6 +489,10 @@ Perl interface to IEEE Std 1003.1
load functions only on demand
+=item Safe
+
+Creation controlled compartments in which perl code can be evaluated.
+
=item Socket
load the C socket.h defines and structure manipulators