summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tee
AgeCommit message (Collapse)AuthorFilesLines
2004-03-20Uses no compiler, so USE_LANGUAGES is emptyheinz1-1/+2
2004-02-22Import p5-IO-Tee from pkgsrc-wip. Packaged by Eric Schnoebelen, andminskim4-0/+29
slightly modified by me. This class provides a mechanism to mirror a stream to multiple other streams. It can either multiplex an output stream to multiple output streams, or it can multiplex an input stream to multiple output streams (mirroring all the data read onto the output streams).