diff options
author | wen <wen@pkgsrc.org> | 2013-10-31 03:17:00 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-31 03:17:00 +0000 |
commit | 54719fafee6aff8c46164951d4b8d5cedcfa91cb (patch) | |
tree | 00716ea9d49842542fe2f7b64b5cd1d441a26b90 | |
parent | 457ec170e7bbca2602a2ac15e0bbf5e66b6029cb (diff) | |
download | pkgsrc-54719fafee6aff8c46164951d4b8d5cedcfa91cb.tar.gz |
Update to 0.034
Upstream changes:
0.034 2013-05-11 T. R. Wyant
No changes since 0.033_01
0.033_01 2013-05-05 T. R. Wyant
Correct spelling and grammar errors in POD and comments. RT #85050.
Thanks David Steinbrunner for catching these.
0.033 2013-02-22 T. R. Wyant
Allow interpolation in regex sets. It implies Perl 5.17.9 or higher.
Allow non-ASCII white space under /x. It implies Perl 5.17.9 or
higher.
0.032 2013-02-06 T. R. Wyant
Fix problems with Regex Set functionality under Perl 5.6.2. CPAN
testers RULE!
0.031 2013-01-31 T. R. Wyant
Have PPIx::Regexp::Token::Code (and offspring) become
PPIx::Regexp::Token::Unknown inside a regex set.
0.030 2013-01-22 T. R. Wyant
Add Regex Sets, which were added to Perl as an experimental feature in
5.17.8. This is experimental in Perl, therefore the parse may
change.
Ditch PPIx::Regexp::Token::GroupType method __expect_after_match() in
favor of the more general __match_setup(). This is done without
deprecation because __expect_after_match() was documeted as
package-private, but noted in the change log because it _was_
documented.
0.029 2013-01-14 T. R. Wyant
No changes from 0.028_02.
0.028_02 2012-12-31 T. R. Wyant
Add method unescaped_content() to PPIx::Regexp::Element().
Rewrite the tokenizing code in PPIx::Regexp::Token::GroupType and
offspring to use regular expressions specific to the regexp
delimiter, and escaping only that delimiter. Thanks again to
Alexandr Ciornii for finding more of these.
0.028_01 2012-12-20 T. R. Wyant
Fix mis-parse of /(\?|I)/ as a branch reset (it's really an
alternation). There may be more of these lurking. Thanks to Alexandr
Ciornii for finding this one.
Add options -files and -objectify to eg/predump.
-rw-r--r-- | devel/p5-PPIx-Regexp/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-PPIx-Regexp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-PPIx-Regexp/Makefile b/devel/p5-PPIx-Regexp/Makefile index c66bff778ad..88c1f9b22b1 100644 --- a/devel/p5-PPIx-Regexp/Makefile +++ b/devel/p5-PPIx-Regexp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/10/31 03:17:00 wen Exp $ # -DISTNAME= PPIx-Regexp-0.028 +DISTNAME= PPIx-Regexp-0.034 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 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 75480f69ec5..17be7dce6a3 100644 --- a/devel/p5-PPIx-Regexp/distinfo +++ b/devel/p5-PPIx-Regexp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/09/11 08:54:08 sno Exp $ +$NetBSD: distinfo,v 1.7 2013/10/31 03:17:00 wen Exp $ -SHA1 (PPIx-Regexp-0.028.tar.gz) = 7a675e323fef2e4cc61df813f4c2e2eafad5c512 -RMD160 (PPIx-Regexp-0.028.tar.gz) = d538733a56e4c780ed2a27368a6c5d69f940266f -Size (PPIx-Regexp-0.028.tar.gz) = 146435 bytes +SHA1 (PPIx-Regexp-0.034.tar.gz) = 49db91dd0d7495f1544a7d4047b9816395526382 +RMD160 (PPIx-Regexp-0.034.tar.gz) = d75ab42ff50aa6a1a224b68638f6e7d5502fad74 +Size (PPIx-Regexp-0.034.tar.gz) = 153764 bytes |