diff options
author | mef <mef@pkgsrc.org> | 2015-03-15 23:49:53 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-15 23:49:53 +0000 |
commit | 81a155d577c0b32c07cee366772a5398e157c2c0 (patch) | |
tree | 0c0500e8a56f152ee0c59539b8078d93b664ee75 | |
parent | d6d2bb5383990d9abfbd339b0100f06abbcd3388 (diff) | |
download | pkgsrc-81a155d577c0b32c07cee366772a5398e157c2c0.tar.gz |
Update 0.037 to 0.038
---------------------
0.038 2015-03-09 T. R. Wyant
No changes since 0.037_01.
0.037_02 2015-03-01 T. R. Wyant
Make \b{foo} into an unknown token (and therefore an error. This
applies to \b{anything}, where 'anything' is anything bur 'gcb',
'wb', or 'sb'.
0.037_01 2015-02-25 T. R. Wyant
Handle the boundary assertions introduced in Perl 5.21.9: '\b{gcb}'
(grapheme cluster boundary), '\b{wb}' (word boundary), '\b{sb}'
(sentence boundary), and the corresponding '\B{...}' constructions.
Similar-looking things like '\b{foo}' are not recognized as
assertions, and end up being literals. This is less general than I
usually make things, but was done against the possibility that
(e.g.) '\b{foo}' might be introduced later, requiring
perl_version_released() to return a different number. Any of these
retracted prior to Perl 5.22.0 will simply be removed from
PPIx::Regexp.
-rw-r--r-- | devel/p5-PPIx-Regexp/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PPIx-Regexp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-PPIx-Regexp/Makefile b/devel/p5-PPIx-Regexp/Makefile index c5806159ff6..283e71d78fd 100644 --- a/devel/p5-PPIx-Regexp/Makefile +++ b/devel/p5-PPIx-Regexp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2015/02/14 02:41:18 mef Exp $ +# $NetBSD: Makefile,v 1.15 2015/03/15 23:49:53 mef Exp $ # -DISTNAME= PPIx-Regexp-0.037 +DISTNAME= PPIx-Regexp-0.038 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/} diff --git a/devel/p5-PPIx-Regexp/distinfo b/devel/p5-PPIx-Regexp/distinfo index 9b448c31ad0..30c7c09534b 100644 --- a/devel/p5-PPIx-Regexp/distinfo +++ b/devel/p5-PPIx-Regexp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2015/02/14 02:41:18 mef Exp $ +$NetBSD: distinfo,v 1.9 2015/03/15 23:49:53 mef Exp $ -SHA1 (PPIx-Regexp-0.037.tar.gz) = 08599e565f3b8fcb83f7c66b347e11325deb162e -RMD160 (PPIx-Regexp-0.037.tar.gz) = de0e2e3d6be6bc9bdef82444b0be4780329e1f6e -Size (PPIx-Regexp-0.037.tar.gz) = 158069 bytes +SHA1 (PPIx-Regexp-0.038.tar.gz) = ead2d6d8cfb78c9696499a9808803bfa28ec9110 +RMD160 (PPIx-Regexp-0.038.tar.gz) = e5dc5866e7761cf6cbbaa0e986431e2930dd2782 +Size (PPIx-Regexp-0.038.tar.gz) = 158906 bytes |