]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Document that reap destructors are called in void context
authorVincent Pit <vince@profvince.com>
Wed, 25 Mar 2009 23:46:45 +0000 (00:46 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 25 Mar 2009 23:46:45 +0000 (00:46 +0100)
lib/Scope/Upper.pm

index 0de64ff6e5dae70f673a9584c5d74ada9a2dbc25..d276ae443f69b291cdcbe5ed8fa21b59da2af945 100644 (file)
@@ -117,7 +117,7 @@ BEGIN {
 
 =head2 C<reap $callback, $context>
 
-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<localize $what, $value, $context>