From: Rafael Garcia-Suarez Date: Fri, 13 Jul 2007 14:16:57 +0000 (+0000) Subject: Use new style L<> links in POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=867809392992bd48a1da65640b75738187cf196a;p=p5sagit%2Fp5-mst-13.2.git Use new style L<> links in POD p4raw-id: //depot/perl@31610 --- diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 804759a..b12b993 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 -- perl pragma interface to Opcode module. -Safe(3) -- Opcode and namespace limited execution compartments +L -- Opcode and namespace limited execution compartments =head1 AUTHORS diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index e2a6080..f4d3558 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 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 af38429..78ec442 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 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 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, L, L =cut