diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-16 16:28:44 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-16 16:30:06 +0000 |
commit | a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01 (patch) | |
tree | f958afff7dbb6145366370cd6318cf16d683c49a /ext/IPC-Open3 | |
parent | 93d7320bf7eac5942274854396d4ccc6268106c7 (diff) | |
download | perl-a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01.tar.gz |
Remove "dead" RCS $Id$ tags from files that we own.
All files have been modified more recently than their tag, rendering
information in the tag redundant.
Diffstat (limited to 'ext/IPC-Open3')
-rw-r--r-- | ext/IPC-Open3/lib/IPC/Open3.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm index a224dcaa76..58bd862d9c 100644 --- a/ext/IPC-Open3/lib/IPC/Open3.pm +++ b/ext/IPC-Open3/lib/IPC/Open3.pm @@ -121,8 +121,6 @@ The order of arguments differs from that of open2(). # allow fd numbers to be used, by Frank Tobin # allow '-' as command (c.f. open "-|"), by Adam Spiers <perl@adamspiers.org> # -# $Id: open3.pl,v 1.1 1993/11/23 06:26:15 marc Exp $ -# # usage: $pid = open3('wtr', 'rdr', 'err' 'some cmd and args', 'optarg', ...); # # spawn the given $cmd and connect rdr for |