diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-12-04 23:02:34 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-04 22:50:26 +0000 |
commit | 5f944aa81ce037c356612b9bd595dc2cbb4e2ae5 (patch) | |
tree | 85375432a781985725c950da84d4304911b9de35 /ext/Opcode | |
parent | 0a18ebd16800d838325813f773285b4cb9bd0b31 (diff) | |
download | perl-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.pm | 2 |
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 |