From: Rafael Garcia-Suarez Date: Tue, 4 Dec 2001 22:02:34 +0000 (+0100) Subject: minor pod fix in Safe.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f944aa81ce037c356612b9bd595dc2cbb4e2ae5;p=p5sagit%2Fp5-mst-13.2.git minor pod fix in Safe.pm Message-ID: <20011204220234.A17293@rafael> p4raw-id: //depot/perl@13465 --- diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index 5a5e220..22ba03f 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 +This is almost identical to exporting variables using the L module. Each NAME must be the B of a variable, typically with the leading