From: Vincent Pit Date: Sun, 27 Feb 2011 00:01:11 +0000 (+0100) Subject: This is 0.14 X-Git-Tag: v0.14^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=f1d34eeb61ec676615d9aafe69110af9b0dc302a This is 0.14 --- diff --git a/Changes b/Changes index 3d7eb6b..cdcf75b 100644 --- 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. diff --git a/META.yml b/META.yml index cd33393..a05fa97 100644 --- 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 diff --git a/README b/README index 7b6405a..b917cb2 100644 --- 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. diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 765b2b2..6bce12a 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -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