Use new style L<> links in POD
Rafael Garcia-Suarez [Fri, 13 Jul 2007 14:16:57 +0000 (14:16 +0000)]
p4raw-id: //depot/perl@31610

ext/Opcode/Opcode.pm
ext/Opcode/Safe.pm
ext/Opcode/ops.pm

index 804759a..b12b993 100644 (file)
@@ -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
 
index e2a6080..f4d3558 100644 (file)
@@ -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.
 
index af38429..78ec442 100644 (file)
@@ -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