diff options
author | seb <seb> | 2007-04-19 20:57:18 +0000 |
---|---|---|
committer | seb <seb> | 2007-04-19 20:57:18 +0000 |
commit | 7999f8cc2203bbd45cbabdabe2fc2c63a05d9311 (patch) | |
tree | ac4b0c110e641416684bc777836a27968daa36c2 | |
parent | 74d67760bbe4a0d536b8ffde15a473bb645b4e95 (diff) | |
download | pkgsrc-7999f8cc2203bbd45cbabdabe2fc2c63a05d9311.tar.gz |
Note initial addition of p5-Regexp-MatchContext version 0.0.2 as
devel/p5-Regexp-MatchContext into The NetBSD Packages Collection.
The Perl 5 module Regexp::MatchContext provides replacements for
the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in
a way that only impacts the performance of matches that you specify.
These three variables are only set if the most recently matched
regex contained the special (non-standard) meta- flag: (?p).
-rw-r--r-- | doc/CHANGES-2007 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index d7c3870c700..fa05e1661e3 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.869 2007/04/19 16:21:09 joerg Exp $ +$NetBSD: CHANGES-2007,v 1.870 2007/04/19 20:57:18 seb Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1681,3 +1681,4 @@ Changes to the packages collection and infrastructure in 2007: Updated print/epdfview to 0.1.6 [xtraeme 2007-04-19] Removed time/xfce4-calendar [martti 2007-04-19] Updated www/lighttpd to 1.4.15 [root 2007-04-19] + Added devel/p5-Regexp-MatchContext version 0.0.2 [seb 2007-04-19] |