diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-16 12:47:07 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-16 12:56:13 +0200 |
commit | 1f8e94566ebcc1e3986ae739be090e946f26f96e (patch) | |
tree | 8fe420af90a956cc513d68a3a9df20a076a4991e /Porting | |
parent | 4a46e268bd6392e63b29eccf1d0dc57a2a1e3e82 (diff) | |
download | perl-1f8e94566ebcc1e3986ae739be090e946f26f96e.tar.gz |
Merge ext/IPC-Open2 into ext/IPC-Open3.
IPC::Open2::open2() is implemented as a thin wrapper around
IPC::Open3::_open3(), and hence is very tightly coupled to it.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3c4b71336b..bd2583a1b3 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1053,13 +1053,6 @@ use File::Glob qw(:case); 'UPSTREAM' => 'cpan', }, - 'IPC::Open2' => - { - 'MAINTAINER' => 'p5p', - 'FILES' => q[ext/IPC-Open2], - 'UPSTREAM' => 'blead', - }, - 'IPC::Open3' => { 'MAINTAINER' => 'p5p', |