diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-30 05:01:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-30 05:01:28 +0000 |
commit | f6f0bd4e97a6c68fb1728bb36091b470a94ae0e6 (patch) | |
tree | f6cf5a18e486e3270fb48a733435e5425122d66a /textproc/p5-Text-Match-FastAlternatives/pkg-descr | |
parent | 2d75ac453e46a632fef05da7fbff080c4c5eac3f (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Match-FastAlternatives/pkg-descr')
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-descr b/textproc/p5-Text-Match-FastAlternatives/pkg-descr new file mode 100644 index 000000000000..c7761cba22b1 --- /dev/null +++ b/textproc/p5-Text-Match-FastAlternatives/pkg-descr @@ -0,0 +1,3 @@ +This module allows you to search for any of a list of substrings +("keys") in a larger string. It is particularly efficient when the set +of keys is large. |