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.064



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ddd00a658fb
branches:  trunk
changeset: 322467:9ddd00a658fb
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Apr 19 23:53:06 2019 +0000

description:
Update to 0.064

Upstream changes:
0.064           2019-04-01      T. R. Wyant
    Empty \p{} should be an error.

    \x{} and \x{ non-hex } should be errors under "use re 'strict'"

    \o{} should be an error

    \o{ non-octal } should be an error under "use re 'strict'"

    Support wildcard Unicode property values. These were added in
    5.29.9.

    Add eg/find-variable-length-lookarounds

    Add convenience method extract_regexps(). This is a static method
    on PPIx::Regexp that takes as its argument a PPI::Document and
    manufactures PPIx::Regexp objects out of anything that parses to a
    regexp of some sort.

    Don't run illegal character tests before Perl 5.18 unless we're
    author testing, because they are noisy. I think the issue is not the
    Perl version per se, but the version of Unicode; Perl5180delta says
    it shipped with Unicode 6.2.

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 6c68bbda1802 -r 9ddd00a658fb devel/p5-PPIx-Regexp/Makefile
--- a/devel/p5-PPIx-Regexp/Makefile     Fri Apr 19 23:51:03 2019 +0000
+++ b/devel/p5-PPIx-Regexp/Makefile     Fri Apr 19 23:53:06 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/11/25 14:34:09 wen Exp $
+# $NetBSD: Makefile,v 1.35 2019/04/19 23:53:06 wen Exp $
 
-DISTNAME=      PPIx-Regexp-0.063
+DISTNAME=      PPIx-Regexp-0.064
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
diff -r 6c68bbda1802 -r 9ddd00a658fb devel/p5-PPIx-Regexp/distinfo
--- a/devel/p5-PPIx-Regexp/distinfo     Fri Apr 19 23:51:03 2019 +0000
+++ b/devel/p5-PPIx-Regexp/distinfo     Fri Apr 19 23:53:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2018/11/25 14:34:09 wen Exp $
+$NetBSD: distinfo,v 1.26 2019/04/19 23:53:06 wen Exp $
 
-SHA1 (PPIx-Regexp-0.063.tar.gz) = 38df6e10505278627f53cde81eb83807011d4784
-RMD160 (PPIx-Regexp-0.063.tar.gz) = 8f9bae7bc466519db5b426595794e53182709c67
-SHA512 (PPIx-Regexp-0.063.tar.gz) = dc21f2857430f59b179bdd3d4e02a56e5205c719a15a8091143bfb781fb630052dd5c1a3dfe89c0781ab5877efbe7fc6a08c9000054c6b4489f0bb6f172465ff
-Size (PPIx-Regexp-0.063.tar.gz) = 222334 bytes
+SHA1 (PPIx-Regexp-0.064.tar.gz) = 9b305eb267922762bad53e80d32e7411deff21db
+RMD160 (PPIx-Regexp-0.064.tar.gz) = 603d3d4fe6a68563ab71c3759bd2763c724572d0
+SHA512 (PPIx-Regexp-0.064.tar.gz) = 5b484957759c55b4960809b9cd95b66f8ca415a627ee7282649067e839b00944703046a7578d668f488e998c45ee087e042bdc9c4a5597a0ae481d8edee969b2
+Size (PPIx-Regexp-0.064.tar.gz) = 226573 bytes



Home | Main Index | Thread Index | Old Index