X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;fp=Changes;h=9eeadad572da93b6d72fb776e1fd09c034d89764;hb=52e46d61da554bbc0d80d317e07176bb730f3efb;hp=43cec7eed7442e4e0c1d77bd2688954c822b1112;hpb=cb2377339e35cfbadcaf35f75434972bbaf741bc;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Changes b/Changes index 43cec7e..9eeadad 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Revision history for Scope-Upper 0.17 2011-10-03 21:45 UTC - + Fix : uplevel() will now use the correct pad when executing its callback. This fixes at least two issues : + + Fix : uplevel() will now use the correct pad when executing its + callback. This fixes at least two issues : - closures defined inside the uplevel callback can now correctly access lexicals from inside and outside the callback. - state variables in the uplevel callback now work properly.