]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Fix Changes buggery
authorVincent Pit <vince@profvince.com>
Mon, 3 Oct 2011 21:57:35 +0000 (23:57 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 3 Oct 2011 21:57:35 +0000 (23:57 +0200)
Changes

diff --git a/Changes b/Changes
index 43cec7eed7442e4e0c1d77bd2688954c822b1112..9eeadad572da93b6d72fb776e1fd09c034d89764 100644 (file)
--- 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.