aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Proc-Wait3/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Proc-Wait3/pkg-descr')
-rw-r--r--devel/p5-Proc-Wait3/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Proc-Wait3/pkg-descr b/devel/p5-Proc-Wait3/pkg-descr
new file mode 100644
index 000000000000..d9109165db4a
--- /dev/null
+++ b/devel/p5-Proc-Wait3/pkg-descr
@@ -0,0 +1,8 @@
+Proc::Wait3 module implements wait3 system call in Perl.
+If any child processes have exited, this call will "reap" the zombies
+similar to the perl "wait" function. By default, it will return
+immediately and if there are no dead children, everything will be
+undefined. If you pass in a true argument, it will block until a child
+exits (or it gets a signal).
+
+WWW: http://search.cpan.org/dist/Proc-Wait3/