]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - README
Harden t/09-load-tests.t against stray exits
[perl/modules/Scope-Upper.git] / README
diff --git a/README b/README
index d92c5fd180d7d2e541fe0cbe0152578a876bd459..a160e7fcb774d499ae5d794222e8cc1f521be9d3 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Scope::Upper - Act on upper scopes.
 
 VERSION
-    Version 0.23
+    Version 0.27
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
@@ -737,6 +737,11 @@ CAVEATS
     version of "uplevel" should still run way faster than the pure-Perl
     version from Sub::Uplevel.
 
+    Starting from "perl" 5.19.4, it is unfortunately no longer possible to
+    reliably throw exceptions from "uplevel"'d code while the debugger is in
+    use. This may be solved in a future version depending on how the core
+    evolves.
+
 DEPENDENCIES
     perl 5.6.1.
 
@@ -785,8 +790,8 @@ ACKNOWLEDGEMENTS
     Thanks to Shawn M. Moore for motivation.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011,2012,2013 Vincent Pit, all rights
-    reserved.
+    Copyright 2008,2009,2010,2011,2012,2013,2014,2015 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.