summaryrefslogtreecommitdiff
path: root/ext/Opcode
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-13 09:22:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-13 09:22:14 +0000
commit86f9b3f5301683c929b08a4c5aeebe5c4bab44d0 (patch)
treedffc18ba6668990870572cfd82fc77a0ca31eb96 /ext/Opcode
parent1dd9167a996be5f22bc74d6a8c46a12917e4817f (diff)
downloadperl-86f9b3f5301683c929b08a4c5aeebe5c4bab44d0.tar.gz
Add a link to the Opcode doc in Safe.
(see RT CPAN ticket #8579) p4raw-id: //depot/perl@26814
Diffstat (limited to 'ext/Opcode')
-rw-r--r--ext/Opcode/Safe.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm
index d37e1fd8db..e2a608023c 100644
--- a/ext/Opcode/Safe.pm
+++ b/ext/Opcode/Safe.pm
@@ -3,7 +3,7 @@ package Safe;
use 5.003_11;
use strict;
-$Safe::VERSION = "2.11";
+$Safe::VERSION = "2.12";
# *** Don't declare any lexicals above this point ***
#
@@ -368,6 +368,9 @@ is implicit in each case.
Permit the listed operators to be used when compiling code in the
compartment (in I<addition> to any operators already permitted).
+You can list opcodes by names, or use a tag name; see
+L<Opcode/"Predefined Opcode Tags">.
+
=item permit_only (OP, ...)
Permit I<only> the listed operators to be used when compiling code in