aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Glob/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-19 15:41:35 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-19 15:41:35 +0000
commita151260546566b34b1a2f1673f1241cc23825720 (patch)
tree65dc6193763b6eea41d84b7e9824a2649f555377 /textproc/p5-Text-Glob/pkg-descr
parent538dcb6911b42d731bdbb13d0331eb4eeb842650 (diff)
Add p5-Text-Glob 0.05, match globbing patterns against text.
Notes
Notes: svn path=/head/; revision=81400
Diffstat (limited to 'textproc/p5-Text-Glob/pkg-descr')
-rw-r--r--textproc/p5-Text-Glob/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/p5-Text-Glob/pkg-descr b/textproc/p5-Text-Glob/pkg-descr
new file mode 100644
index 000000000000..ed851baacf07
--- /dev/null
+++ b/textproc/p5-Text-Glob/pkg-descr
@@ -0,0 +1,8 @@
+Text::Glob implements glob(3) style matching that can be used to match
+against text, rather than fetching names from a filesystem. If you want
+to do full file globbing use the File::Glob module instead.
+
+WWW: http://search.cpan.org/dist/Text-Glob/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org