From 31b7f329c0c36535eb462f95d1cb507be03a3435 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 28 Apr 2011 16:45:50 +0200 Subject: [PATCH] Strip out some unnecessary detail about Child which is better gotten from their docs. --- lib/perl5i.pm | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/lib/perl5i.pm b/lib/perl5i.pm index e98b150..3aeceb2 100644 --- a/lib/perl5i.pm +++ b/lib/perl5i.pm @@ -846,29 +846,8 @@ You can also request a pipe for IPC: my $message = $proc->read(); $proc->say("reply"); -API Overview: (See L for more information) +See L for more information. -=over 4 - -=item $proc->is_complete() - -=item $proc->wait() - -=item $proc->kill($SIG) - -=item $proc->pid() - -=item $proc->exit_status() - -=item $parent->pid() - -=item $parent->detach() - -=item $proc_or_parent->read() - -=item $proc_or_parent->write( @MESSAGES ) - -=item $proc_or_parent->say( @MESSAGES ) =back