diff options
Diffstat (limited to 'ext/Opcode')
-rw-r--r-- | ext/Opcode/Opcode.pm | 5 | ||||
-rw-r--r-- | ext/Opcode/Safe.pm | 2 | ||||
-rw-r--r-- | ext/Opcode/ops.pm | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 804759a9a7..b12b993d7d 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -563,14 +563,13 @@ a tag name but need to be tagged for completeness and documentation. syscall dump chroot - =back =head1 SEE ALSO -ops(3) -- perl pragma interface to Opcode module. +L<ops> -- perl pragma interface to Opcode module. -Safe(3) -- Opcode and namespace limited execution compartments +L<Safe> -- Opcode and namespace limited execution compartments =head1 AUTHORS 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. diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm index af3842918f..78ec442679 100644 --- a/ext/Opcode/ops.pm +++ b/ext/Opcode/ops.pm @@ -33,7 +33,7 @@ ops - Perl pragma to restrict unsafe operations when compiling =head1 DESCRIPTION -Since the ops pragma currently has an irreversible global effect, it is +Since the C<ops> pragma currently has an irreversible global effect, it is only of significant practical use with the C<-M> option on the command line. See the L<Opcode> module for information about opcodes, optags, opmasks @@ -41,7 +41,7 @@ and important information about safety. =head1 SEE ALSO -Opcode(3), Safe(3), perlrun(3) +L<Opcode>, L<Safe>, L<perlrun> =cut |