minor pod fix in Safe.pm
Rafael Garcia-Suarez [Tue, 4 Dec 2001 22:02:34 +0000 (23:02 +0100)]
Message-ID: <20011204220234.A17293@rafael>

p4raw-id: //depot/perl@13465

ext/Opcode/Safe.pm

index 5a5e220..22ba03f 100644 (file)
@@ -380,7 +380,7 @@ respectfully.
 =item share (NAME, ...)
 
 This shares the variable(s) in the argument list with the compartment.
-This is almost identical to exporting variables using the L<Exporter(3)>
+This is almost identical to exporting variables using the L<Exporter>
 module.
 
 Each NAME must be the B<name> of a variable, typically with the leading