Update to 0.28

--------------
0.28    2015-08-18 15:00 UTC
        + Chg : SUB() and EVAL() will now warn if they cannot find an
                appropriate context in the current stack. They will still
                return undef in this case, which is interpreted as the current
                context when combined with other words.
        + Fix : [RT #104751] : Scope::Upper does not handle exotic stack types
                Trying to target a scope above the current perl scope will now
                result in a warning. In that case, the topmost context in the
                current stack will still be returned.
                Thanks Rafaël Garcia-Suarez for the report.
        + Fix : Test failures of threads tests on systems with harsh resource
                constraints causing the threads to exit() during run.
        + Opt : Some internal structures were shrunk, resulting in memory
                savings and small speedups.
This commit is contained in:
mef 2015-09-06 06:36:24 +00:00
parent 955073fe2e
commit 78c997f2b5
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.16 2015/06/12 10:49:42 wiz Exp $
# $NetBSD: Makefile,v 1.17 2015/09/06 06:36:24 mef Exp $
DISTNAME= Scope-Upper-0.27
DISTNAME= Scope-Upper-0.28
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2015/04/12 10:05:02 mef Exp $
$NetBSD: distinfo,v 1.10 2015/09/06 06:36:24 mef Exp $
SHA1 (Scope-Upper-0.27.tar.gz) = 0d1220d87f27d3c61a33478defc4c24339eb1dab
RMD160 (Scope-Upper-0.27.tar.gz) = 4ce509645a6df5e6037542498f2c6bd1a1a86f5d
Size (Scope-Upper-0.27.tar.gz) = 80859 bytes
SHA1 (Scope-Upper-0.28.tar.gz) = e9b51f61ba78646d6b2dbda7363d6de7e399508b
RMD160 (Scope-Upper-0.28.tar.gz) = af7dff9e450b0f7a7eb9b9600c120cc71b05c0ac
Size (Scope-Upper-0.28.tar.gz) = 86754 bytes