Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Regexp-MatchContext
From: Stoned Elipot
Date: 2007-04-19 22:53:31
Message id: 20070419205331.3B67E2150A@cvs.netbsd.org
Log Message:
Initial import of p5-Regexp-MatchContext version 0.0.2 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).
Files: