X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=lib%2FVariable%2FTemp.pm;h=c0e2aef3208c23dfc307ffc8d393983564b86377;hp=8d307cd18d476e9145a1d46c097af8150d807b34;hb=472b53d45f90b515e425e238d61f69dba6b16ae5;hpb=73d40783bd6b96e04e453f3cba0e8ada8ed06528 diff --git a/lib/Variable/Temp.pm b/lib/Variable/Temp.pm index 8d307cd..c0e2aef 100644 --- a/lib/Variable/Temp.pm +++ b/lib/Variable/Temp.pm @@ -53,7 +53,7 @@ Any subsequent assignments to C<$var> in the current (or any inferior) scope wil Several C calls can be made onto the same variable, and the restore are processed in reverse order. Note that destructors associated with C<$var> will B be called when C sets the temporary value, but only at the natural end of life of the variable (i.e. at the end of the scope). -They will trigger after any destructor associated with the replacement C<$var>. +They will trigger after any destructor associated with the replacement C<$value>. =cut