summaryrefslogtreecommitdiff
path: root/ext/Opcode
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-12-04 23:02:34 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-04 22:50:26 +0000
commit5f944aa81ce037c356612b9bd595dc2cbb4e2ae5 (patch)
tree85375432a781985725c950da84d4304911b9de35 /ext/Opcode
parent0a18ebd16800d838325813f773285b4cb9bd0b31 (diff)
downloadperl-5f944aa81ce037c356612b9bd595dc2cbb4e2ae5.tar.gz
minor pod fix in Safe.pm
Message-ID: <20011204220234.A17293@rafael> p4raw-id: //depot/perl@13465
Diffstat (limited to 'ext/Opcode')
-rw-r--r--ext/Opcode/Safe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm
index 5a5e220614..22ba03fe12 100644
--- a/ext/Opcode/Safe.pm
+++ b/ext/Opcode/Safe.pm
@@ -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