summaryrefslogtreecommitdiff
path: root/devel/p5-PPIx-Regexp/distinfo
diff options
context:
space:
mode:
authormef <mef>2015-02-14 02:41:18 +0000
committermef <mef>2015-02-14 02:41:18 +0000
commit400c06dc0940b1768a0108f7089e3fba745eb7f8 (patch)
treef8bc3007e18b3a6ef9cde909dc16bddb43211f4e /devel/p5-PPIx-Regexp/distinfo
parent4378df679bea8bcd5d9b87585b1c98285067a7e8 (diff)
downloadpkgsrc-400c06dc0940b1768a0108f7089e3fba745eb7f8.tar.gz
Update 0.034 to 0.037
--------------------- 0.037 2014-11-12 T. R. Wyant Have PPIx::Regexp::Structure::RegexSet POD recognize that the Perl docs (specifically perlrecharclass) now call this construction Extended Bracketed Character Classes, not sets. 0.036_01 2014-11-04 T. R. Wyant Correctly mark the replacement portion of s///ee as code. Prior to this release it was parsed as though no /e were present. Make available the number of times a given modifier is asserted (except for the match semantics modifiers which get handled differently). See PPIx::Regexp::Token::Modifier->asserted() and PPIx::Regexp::Tokenizer->modifier() for details. 0.036 2014-01-04 T. R. Wyant Retract the "Allow non-ASCII white space under /x" change introduced in version 0.033. I misread perl5170delta, and implemented early. Change to explicit character class to recognize white space under /x. I was previously using \s, which matched too much. Thanks to Nobuo Kumagai for finding and reporting this. 0.035 2013-11-15 T. R. Wyant Properly handle multi-character modifiers like /ee. We now handle /eie as being the same as /eei. Thanks to Anonymous Monk for finding this. Properly handle \g and \k back references that do not correspond to an actual capture group. They are now reblessed into the unknown token, and counted as errors. Thanks to Anonymous Monk for finding this. Add method error() to PPIx::Regexp::Element. This should return an error message when the element is in error -- normally when it has been blessed into the unknown token or structure. Add method modifier_asserted() to PPIx::Regexp::Element. This walks the parse tree backward to determine if the given modifier is in effect for the element.
Diffstat (limited to 'devel/p5-PPIx-Regexp/distinfo')
-rw-r--r--devel/p5-PPIx-Regexp/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-PPIx-Regexp/distinfo b/devel/p5-PPIx-Regexp/distinfo
index 17be7dce6a3..9b448c31ad0 100644
--- a/devel/p5-PPIx-Regexp/distinfo
+++ b/devel/p5-PPIx-Regexp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/10/31 03:17:00 wen Exp $
+$NetBSD: distinfo,v 1.8 2015/02/14 02:41:18 mef Exp $
-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
+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