]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
A couple of SEE ALSO
authorVincent Pit <vince@profvince.com>
Fri, 16 Apr 2010 21:12:39 +0000 (23:12 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 16 Apr 2010 21:12:39 +0000 (23:12 +0200)
lib/Scope/Upper.pm

index 591dd003453370de0420415c6bd2da22d0d871d8..c8e8650297ee091409c645fc82900cb2f6632540 100644 (file)
@@ -426,11 +426,15 @@ L<XSLoader> (standard since perl 5.006).
 
 =head1 SEE ALSO
 
+L<perlfunc/local>, L<perlsub/"Temporary Values via local()">.
+
 L<Alias>, L<Hook::Scope>, L<Scope::Guard>, L<Guard>.
 
 L<Continuation::Escape> is a thin wrapper around L<Scope::Upper> that gives you a continuation passing style interface to L</unwind>.
 It's easier to use, but it requires you to have control over the scope where you want to return.
 
+L<Scope::Escape>.
+
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.