From: Vincent Pit Date: Wed, 25 Mar 2009 23:46:45 +0000 (+0100) Subject: Document that reap destructors are called in void context X-Git-Tag: v0.08~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=5118f63b759353515f90e036384b82717ba50a39 Document that reap destructors are called in void context --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 0de64ff..d276ae4 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -117,7 +117,7 @@ BEGIN { =head2 C -Add a destructor that calls C<$callback> when the upper scope represented by C<$context> ends. +Add a destructor that calls C<$callback> (in void context) when the upper scope represented by C<$context> ends. =head2 C