diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2009-09-09 11:05:58 -0400 |
---|---|---|
committer | Abhijit Menon-Sen <ams@toroid.org> | 2009-09-09 23:26:24 +0530 |
commit | 14333e5079be2053c519080b415f469487a497e0 (patch) | |
tree | 100ccc3c304bc102bbb7f1c04326bf4208f88255 /ext/IPC-Open3/lib | |
parent | 392ef80c26250a23641f6bb9e6824fda82cda30f (diff) | |
download | perl-14333e5079be2053c519080b415f469487a497e0.tar.gz |
Fix broken ABSTRACTs
Diffstat (limited to 'ext/IPC-Open3/lib')
-rw-r--r-- | ext/IPC-Open3/lib/IPC/Open3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm index a7365bdc71..82c20ae828 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 |