pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PPIx-Regexp Update to 0.060



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a5b398e2aaa
branches:  trunk
changeset: 309518:2a5b398e2aaa
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Jun 19 06:52:00 2018 +0000

description:
Update to 0.060

Upstream changes:
0.060           2018-06-16      T. R. Wyant
    \N{} now parses as the unknown token, not NoOp, regardless of the
    setting of 'use re qw< strict >;'. \N{} became unconditionally fatal
    in 5.28.0 (5.27.1, actually). The policy when the parse changes is
    to use the most-modern parse. Hence this change.

    As a side effect of this, the unknown token's explain() method now
    returns something -- normally the associated error.

    Add method remove_insignificant(). If the invocant isa Node, this
    returns a clone of the invocant with non-significant elements
    removed. Otherwise it returns either the invocant or nothing.

diffstat:

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

diffs (27 lines):

diff -r bcdd86b1ea0a -r 2a5b398e2aaa devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile     Tue Jun 19 06:45:37 2018 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile     Tue Jun 19 06:52:00 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2018/05/09 06:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/06/19 06:52:00 wen Exp $
 
-DISTNAME=      PPIx-Regexp-0.059
+DISTNAME=      PPIx-Regexp-0.060
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r bcdd86b1ea0a -r 2a5b398e2aaa devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo     Tue Jun 19 06:45:37 2018 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo     Tue Jun 19 06:52:00 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2018/05/09 06:35:23 wiz Exp $
+$NetBSD: distinfo,v 1.23 2018/06/19 06:52:00 wen Exp $
 
-SHA1 (PPIx-Regexp-0.059.tar.gz) = 12d49e40b0dacffb0d938c4f594958f5d8538ebe
-RMD160 (PPIx-Regexp-0.059.tar.gz) = ceef382948a49ac633db2f4b302119c93c1ccb41
-SHA512 (PPIx-Regexp-0.059.tar.gz) = 04132acfa6b98a3e2d35533100159374ff61dca9c3a1de36977223926381802b21adebcf7950703afbe423e299d6de765372284de758607d27dc8453be841ba0
-Size (PPIx-Regexp-0.059.tar.gz) = 217836 bytes
+SHA1 (PPIx-Regexp-0.060.tar.gz) = 95b5b817d0847336c80a621e8d5afc4bdc61f6af
+RMD160 (PPIx-Regexp-0.060.tar.gz) = 4f12fe1296b323f6243ef5b38842bf06b06f2a25
+SHA512 (PPIx-Regexp-0.060.tar.gz) = 568e4a0168c37943833d2e4c53620d5b4fa64566cf4d45ec9582b7ead59f7cd5ecd2e51a8c61a9b425215d9217741318425379725699b25164ea1b170469cc0a
+Size (PPIx-Regexp-0.060.tar.gz) = 218790 bytes



Home | Main Index | Thread Index | Old Index