summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-12-16 16:28:44 +0000
committerNicholas Clark <nick@ccl4.org>2010-12-16 16:30:06 +0000
commita6d37805ca8a9ba886aa2ba80bc65640f6fd7b01 (patch)
treef958afff7dbb6145366370cd6318cf16d683c49a /ext
parent93d7320bf7eac5942274854396d4ccc6268106c7 (diff)
downloadperl-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')
-rw-r--r--ext/DynaLoader/dl_beos.xs1
-rw-r--r--ext/IPC-Open3/lib/IPC/Open3.pm2
-rw-r--r--ext/PerlIO-encoding/encoding.xs4
3 files changed, 0 insertions, 7 deletions
diff --git a/ext/DynaLoader/dl_beos.xs b/ext/DynaLoader/dl_beos.xs
index 2b310ac283..964a34a409 100644
--- a/ext/DynaLoader/dl_beos.xs
+++ b/ext/DynaLoader/dl_beos.xs
@@ -1,7 +1,6 @@
/*
* dl_beos.xs, by Tom Spindler
* based on dl_dlopen.xs, by Paul Marquess
- * $Id:$
*/
#include "EXTERN.h"
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
diff --git a/ext/PerlIO-encoding/encoding.xs b/ext/PerlIO-encoding/encoding.xs
index e94555ce95..d6b202a414 100644
--- a/ext/PerlIO-encoding/encoding.xs
+++ b/ext/PerlIO-encoding/encoding.xs
@@ -1,7 +1,3 @@
-/*
- * $Id: encoding.xs,v 0.3 2002/04/21 22:14:41 dankogai Exp $
- */
-
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"