pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Sub-Quote p5-Sub-Quote: update to 2.005000.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4626bb26bd3
branches:  trunk
changeset: 376012:b4626bb26bd3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 25 17:33:14 2018 +0000

description:
p5-Sub-Quote: update to 2.005000.

2.005000 - 2018-02-06
  - fixed defer_info and undefer_sub from returning data for a deferred sub
    after it expires, even if the ref address matches
  - fixed defer_info not returning info for undeferred unnamed subs after the
    deferred sub expires
  - include options in defer_info return data
  - exclude internals from defer_info return data
  - document defer_info function
  - encode all utf8 flagged scalars as strings, since they generally will
    always have originated as strings.  Avoids future warning on bitwise ops
    on strings with wide characters.
  - more thorough check for threads availability to avoid needless test
    failures.
  - added file and line options to quote_sub to allow specifying apparent
    source location.
  - documented additional options to Sub::Defer::defer_sub and
    Sub::Quote::quote_sub.

diffstat:

 devel/p5-Sub-Quote/Makefile |   4 ++--
 devel/p5-Sub-Quote/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 845d01359730 -r b4626bb26bd3 devel/p5-Sub-Quote/Makefile
--- a/devel/p5-Sub-Quote/Makefile       Sun Feb 25 17:32:29 2018 +0000
+++ b/devel/p5-Sub-Quote/Makefile       Sun Feb 25 17:33:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/06/14 13:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/25 17:33:14 wiz Exp $
 
-DISTNAME=      Sub-Quote-2.004000
+DISTNAME=      Sub-Quote-2.005000
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sub/}
diff -r 845d01359730 -r b4626bb26bd3 devel/p5-Sub-Quote/distinfo
--- a/devel/p5-Sub-Quote/distinfo       Sun Feb 25 17:32:29 2018 +0000
+++ b/devel/p5-Sub-Quote/distinfo       Sun Feb 25 17:33:14 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/14 13:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.3 2018/02/25 17:33:14 wiz Exp $
 
-SHA1 (Sub-Quote-2.004000.tar.gz) = b85fdb88b34ee1e320346ebab7e951cc5f589c90
-RMD160 (Sub-Quote-2.004000.tar.gz) = fb4c056706850a2b53fffefda6a48d6ea2970fad
-SHA512 (Sub-Quote-2.004000.tar.gz) = 222354896728154da7bfc6ef9d4562430ab250b1e1169330f63b43eef01527785c1c8559c5eb77a8d42484187be74a9ff97b325bb2404a205a6d4b990f8656c5
-Size (Sub-Quote-2.004000.tar.gz) = 20363 bytes
+SHA1 (Sub-Quote-2.005000.tar.gz) = 1fbf8d755b10cef7ed7261bc30768166a227809b
+RMD160 (Sub-Quote-2.005000.tar.gz) = 82e0a30b1e6bdc0bdac9a57f5ae5e68fb78489f4
+SHA512 (Sub-Quote-2.005000.tar.gz) = b92053ceba81783d2f9175ededc2095b5bd0fd92b4734d23dff88d02ae4583cc290867962b2ea513e412120faf6ca4add932ed16cc830da9d074f961c7140140
+Size (Sub-Quote-2.005000.tar.gz) = 20780 bytes



Home | Main Index | Thread Index | Old Index