X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=README;h=074581cbe7cf8130d2d391cbbc85974e775d7b8f;hp=860d3e1b54cf13acd18920fe3d4b99f31c50129d;hb=fe22a6565e85581207e3f4222eae26bc268223e4;hpb=43294f5e9bafd1f0bdeaa89d9d20335f08f1f050 diff --git a/README b/README index 860d3e1..074581c 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Scope::Upper - Act on upper scopes. VERSION - Version 0.09 + Version 0.10 SYNOPSIS package X; @@ -170,7 +170,7 @@ FUNCTIONS # not reached }->(); - will righteously set $num to 26. + will rightfully set $num to 26. CONSTANTS "SU_THREADSAFE" @@ -322,6 +322,11 @@ DEPENDENCIES SEE ALSO Alias, Hook::Scope, Scope::Guard, Guard. + Continuation::Escape is a thin wrapper around Scope::Upper that gives + you a continuation passing style interface to "unwind". It's easier to + use, but it requires you to have control over the scope where you want + to return. + AUTHOR Vincent Pit, "", . @@ -348,7 +353,7 @@ ACKNOWLEDGEMENTS Thanks to Shawn M. Moore for motivation. COPYRIGHT & LICENSE - Copyright 2008-2009 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.