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-Open2 | |
parent | 392ef80c26250a23641f6bb9e6824fda82cda30f (diff) | |
download | perl-14333e5079be2053c519080b415f469487a497e0.tar.gz |
Fix broken ABSTRACTs
Diffstat (limited to 'ext/IPC-Open2')
-rw-r--r-- | ext/IPC-Open2/lib/IPC/Open2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IPC-Open2/lib/IPC/Open2.pm b/ext/IPC-Open2/lib/IPC/Open2.pm index 4fc016a821..5f555bcfa4 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 |