From: Rafael Garcia-Suarez Date: Fri, 13 Jan 2006 09:22:14 +0000 (+0000) Subject: Add a link to the Opcode doc in Safe. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86f9b3f5301683c929b08a4c5aeebe5c4bab44d0;p=p5sagit%2Fp5-mst-13.2.git Add a link to the Opcode doc in Safe. (see RT CPAN ticket #8579) p4raw-id: //depot/perl@26814 --- diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index d37e1fd..e2a6080 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 to any operators already permitted). +You can list opcodes by names, or use a tag name; see +L. + =item permit_only (OP, ...) Permit I the listed operators to be used when compiling code in