]> err.no Git - dpkg/commit
Dpkg::IPC: extend fork_and_exec() to create pipes on request
authorRaphael Hertzog <hertzog@debian.org>
Fri, 15 Feb 2008 18:30:21 +0000 (19:30 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 15 Feb 2008 18:30:21 +0000 (19:30 +0100)
commit1a4277f41bd2fd62dac94cdddea2d4db3eccbb5a
treea1cc4336ebacfe92b4c6e7f56e37cceba636dd8d
parent99c556fbd1ab68df9626021ab82a8268c779f988
Dpkg::IPC: extend fork_and_exec() to create pipes on request

* scripts/Dpkg/IPC.pm (fork_and_exec): Now accept from_pipe and
to_pipe parameters that should point to a scalar reference. The
scalar will be set with the filehandle of the other side of the
created pipe.
scripts/Dpkg/IPC.pm