From: Jerry D. Hedden Date: Wed, 9 Sep 2009 15:05:58 +0000 (-0400) Subject: Fix broken ABSTRACTs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14333e5079be2053c519080b415f469487a497e0;p=p5sagit%2Fp5-mst-13.2.git Fix broken ABSTRACTs --- diff --git a/ext/IPC-Open2/lib/IPC/Open2.pm b/ext/IPC-Open2/lib/IPC/Open2.pm index 4fc016a..5f555bc 100644 --- a/ext/IPC-Open2/lib/IPC/Open2.pm +++ b/ext/IPC-Open2/lib/IPC/Open2.pm @@ -12,7 +12,7 @@ $VERSION = 1.03; =head1 NAME -IPC::Open2, open2 - open a process for both reading and writing +IPC::Open2 - open a process for both reading and writing using open2() =head1 SYNOPSIS diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm index a7365bd..82c20ae 100644 --- a/ext/IPC-Open3/lib/IPC/Open3.pm +++ b/ext/IPC-Open3/lib/IPC/Open3.pm @@ -15,7 +15,7 @@ $VERSION = 1.05; =head1 NAME -IPC::Open3, open3 - open a process for reading, writing, and error handling +IPC::Open3 - open a process for reading, writing, and error handling using open3() =head1 SYNOPSIS