diff options
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. |