Opened 20 years ago
Closed 20 years ago
#2624 closed defect (fixed)
NEW: perl/p5-io-tee
Reported by: | sal@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
# $Id$
PortSystem 1.0 PortGroup perl5 1.0 perl5.setup IO-Tee 0.64 revision 0 maintainers sal@… description Multiplex output to multiple output handles long_description The `IO::Tee' constructor, given a list of output handles, returns a tied handle that can be written to but not read from. When written to (using print or printf), it multiplexes the output to the list of handles originally passed to the constructor. platforms darwin checksums md5 97d91e38fcadc1f01d8030a8d4f30701
Change History (2)
comment:1 Changed 20 years ago by sal@…
Summary: | NEW: perl5/p5-io-tee → NEW: perl/p5-io-tee |
---|
comment:2 Changed 20 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed with whitespace cleanups.
Thanks for the port.