diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-09-16 20:46:10 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-09-16 20:46:10 +0000 |
commit | b2fa953b6c1ff46a2cdd958fc99d03de7c46ed3b (patch) | |
tree | 27df7047591638cad4a626d3641edf1b34bce651 /textproc/Makefile | |
parent | 0174c9bcaa30d7b7eb1a30bed7e3cbf1c8fa6569 (diff) |
Add p5-Text-Balanced - a perl module to extract delimited text sequences
from strings.
Notes
Notes:
svn path=/head/; revision=47889
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index dfa1610b3c89..4812a197e808 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -106,6 +106,7 @@ SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-Strip SUBDIR += p5-Text-Autoformat + SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bind SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV_XS |