From: Vincent Pit Date: Mon, 9 Mar 2015 19:39:07 +0000 (-0300) Subject: Small documentation fix X-Git-Tag: v0.02~16 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=commitdiff_plain;h=472b53d45f90b515e425e238d61f69dba6b16ae5 Small documentation fix --- 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