diff options
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 |