Update to 0.054

Upstream changes:
0.054		2018-01-29	T. R. Wyant
    Add support for (+script_run:...). This is an experimental feature
    added in Perl 5.27.8. It imposes on any matches it contains the
    additional restriction that everything matched has to belong to the
    same Unicode script. This support will be retracted if the
    functionality does not make it into Perl 5.28.

    Add method scontent().  This returns significant content only. That
    is, if called on the parse of '/ f u b a r /x', it returns
    '/fubar/x'.
This commit is contained in:
wen 2018-02-04 04:12:04 +00:00
parent aa949b38a6
commit 532a863303
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.25 2017/11/08 20:33:41 wiz Exp $
# $NetBSD: Makefile,v 1.26 2018/02/04 04:12:04 wen Exp $
DISTNAME= PPIx-Regexp-0.053
DISTNAME= PPIx-Regexp-0.054
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.17 2017/11/08 20:33:41 wiz Exp $
$NetBSD: distinfo,v 1.18 2018/02/04 04:12:04 wen Exp $
SHA1 (PPIx-Regexp-0.053.tar.gz) = 0b0184b5e612940986656ab022bc3decfdf60cd0
RMD160 (PPIx-Regexp-0.053.tar.gz) = c88019bd7140e10a64bc2c0753361f7cdb6e8e99
SHA512 (PPIx-Regexp-0.053.tar.gz) = 2f9e913347ad415be47240f48536845d9c1f77211534f2d540f2e1583936a11586c224fe909fc2f7f876398cb1c8048386c001279a724a72f1f71015a43840b7
Size (PPIx-Regexp-0.053.tar.gz) = 204221 bytes
SHA1 (PPIx-Regexp-0.054.tar.gz) = 1f4f672c97bf93a452c89928bba92cde57c713fc
RMD160 (PPIx-Regexp-0.054.tar.gz) = 07083bce89969f2becb254215a45303c9740a5a6
SHA512 (PPIx-Regexp-0.054.tar.gz) = 926895ff2610e01f4153a2b8dafb907b798570a92b431dfc7a58f119a4ff033828107018282b4558bea58077ccb6f7b7875cd53eb3613c33267f9a2501975869
Size (PPIx-Regexp-0.054.tar.gz) = 205985 bytes