diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-01-18 21:48:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-01-18 21:48:30 +0800 |
commit | b845645f8d4de7cda0a147f105e4d166730fdffa (patch) | |
tree | 93cf80f014523e8867069a4318f01cba0d955fc7 /textproc/Makefile | |
parent | 413b1f59532d7800a5acd70f4f5307e5bd1fccd0 (diff) | |
download | freebsd-ports-gnome-b845645f8d4de7cda0a147f105e4d166730fdffa.tar.gz freebsd-ports-gnome-b845645f8d4de7cda0a147f105e4d166730fdffa.tar.zst freebsd-ports-gnome-b845645f8d4de7cda0a147f105e4d166730fdffa.zip |
This class is a factory for text pipes. A pipe has a filter() method
through which input can pass. The input can be a string or a
reference to an array of strings. Pipes can be stacked together using
Text::Pipe::Stackable.
WWW: http://search.cpan.org/dist/Text-Pipe/
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 7fbf99e73b2f..4f307f78b13e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -826,6 +826,7 @@ SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParseWords SUBDIR += p5-Text-Patch + SUBDIR += p5-Text-Pipe SUBDIR += p5-Text-Prefix-XS SUBDIR += p5-Text-QRCode SUBDIR += p5-Text-Query |