]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
This is 0.14 v0.14
authorVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 00:01:11 +0000 (01:01 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 00:01:11 +0000 (01:01 +0100)
Changes
META.yml
README
lib/Scope/Upper.pm

diff --git a/Changes b/Changes
index 3d7eb6b15db5caaf5471341615c6e70323068c2d..cdcf75b32e7992bbc28c92c3287d63e4a681b7e6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Scope-Upper
 
+0.14    2011-02-27 00:00 UTC
+        + Fix : [RT #64997] : Compatibility with perl 5.13.10.
+                Thanks Dave Mitchell for the notice.
+        + Tst : Lengthy tests have been ported to Test::Leaner, making the
+                whole test suite about 50% faster.
+
 0.13    2010-12-20 01:00 UTC
         + Fix : [RT #61904] : Stack corruption when using unwind() under
                 Devel::NYTProf.
index cd333936bf875f829124dfb8a34a242b397d0506..a05fa973d6a99de21073ce35fd590a745dd43240 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Scope-Upper
-version:            0.13
+version:            0.14
 abstract:           Act on upper scopes.
 author:
     - Vincent Pit <perl@profvince.com>
diff --git a/README b/README
index 7b6405aea649135bfa3912d58687dc3bf3e3fb38..b917cb2595fdcd281dc408a24ab91126dca47853 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Scope::Upper - Act on upper scopes.
 
 VERSION
-    Version 0.13
+    Version 0.14
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
@@ -419,7 +419,7 @@ ACKNOWLEDGEMENTS
     Thanks to Shawn M. Moore for motivation.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010 Vincent Pit, all rights reserved.
+    Copyright 2008,2009,2010,2011 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.
index 765b2b267ecfa8324d668dfc39057cace6d18e44..6bce12aaf43e6b86e94ff8847a9fc7f41a021a1f 100644 (file)
@@ -9,13 +9,13 @@ Scope::Upper - Act on upper scopes.
 
 =head1 VERSION
 
-Version 0.13
+Version 0.14
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.13';
+ $VERSION = '0.14';
 }
 
 =head1 SYNOPSIS