diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-13 14:16:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-13 14:16:57 +0000 |
commit | 867809392992bd48a1da65640b75738187cf196a (patch) | |
tree | aa48db19dc0c92f42e12db82c20700c40a41aee9 /ext/Opcode/Safe.pm | |
parent | 7aa7e0aec39c88a32913c0e0416bf1cdcb3b02da (diff) | |
download | perl-867809392992bd48a1da65640b75738187cf196a.tar.gz |
Use new style L<> links in POD
p4raw-id: //depot/perl@31610
Diffstat (limited to 'ext/Opcode/Safe.pm')
-rw-r--r-- | ext/Opcode/Safe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index e2a608023c..f4d35589cf 100644 --- a/ext/Opcode/Safe.pm +++ b/ext/Opcode/Safe.pm @@ -304,7 +304,7 @@ compilation to fail with an error. The code will not be executed. The default operator mask for a newly created compartment is the ':default' optag. -It is important that you read the Opcode(3) module documentation +It is important that you read the L<Opcode> module documentation for more information, especially for detailed definitions of opnames, optags and opsets. |