aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tee/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IO-Tee/pkg-descr')
-rw-r--r--devel/p5-IO-Tee/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-IO-Tee/pkg-descr b/devel/p5-IO-Tee/pkg-descr
new file mode 100644
index 000000000000..b2e195603f08
--- /dev/null
+++ b/devel/p5-IO-Tee/pkg-descr
@@ -0,0 +1,11 @@
+IO::Tee
+=======
+
+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. As a shortcut, you can also directly pass a string
+or an array reference to the constructor, in which case
+`IO::File::new' is called for you with the specified argument or
+arguments.