X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FOpcode%2FSafe.pm;h=22ba03fe126f4581a7e07433979f780650df33dc;hb=68795e9367de98482c4a5830e6e94b51bd60f4e3;hp=a803b5f12dad549d5351b0ab80897fad4dd47692;hpb=8c7314f9ab22287a19960f7531f5ca7120cc6843;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Opcode/Safe.pm b/ext/Opcode/Safe.pm index a803b5f..22ba03f 100644 --- a/ext/Opcode/Safe.pm +++ b/ext/Opcode/Safe.pm @@ -3,7 +3,7 @@ package Safe; use 5.003_11; use strict; -our $VERSION = "2.06"; +our $VERSION = "2.07"; use Carp; @@ -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