In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01?hp=93d7320bf7eac5942274854396d4ccc6268106c7>

- Log -----------------------------------------------------------------
commit a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01
Author: Nicholas Clark <[email protected]>
Date:   Thu Dec 16 16:28:44 2010 +0000

    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.
-----------------------------------------------------------------------

Summary of changes:
 Cross/Makefile                  |    2 --
 configure.gnu                   |    2 --
 dist/Net-Ping/lib/Net/Ping.pm   |    2 --
 ext/DynaLoader/dl_beos.xs       |    1 -
 ext/IPC-Open3/lib/IPC/Open3.pm  |    2 --
 ext/PerlIO-encoding/encoding.xs |    4 ----
 hints/beos.sh                   |    1 -
 hints/dgux.sh                   |    2 --
 lib/ExtUtils/Embed.pm           |    1 -
 lib/newgetopt.pl                |    2 --
 t/uni/tr_7jis.t                 |    2 --
 t/uni/tr_eucjp.t                |    2 --
 t/uni/tr_sjis.t                 |    2 --
 t/uni/tr_utf8.t                 |    2 --
 14 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/Cross/Makefile b/Cross/Makefile
index b6d6b1d..1c91b29 100644
--- a/Cross/Makefile
+++ b/Cross/Makefile
@@ -1,6 +1,4 @@
 ## Toplevel Makefile for cross-compilation of perl
-#
-## $Id: Makefile,v 1.5 2003/12/12 00:48:19 red Exp red $
 
 export TOPDIR=${shell pwd}
 include $(TOPDIR)/config
diff --git a/configure.gnu b/configure.gnu
index 46cc494..ae5aec9 100755
--- a/configure.gnu
+++ b/configure.gnu
@@ -1,7 +1,5 @@
 #! /bin/sh
 #
-# $Id: configure,v 3.0.1.1 1995/07/25 14:16:21 ram Exp $
-#
 # GNU configure-like front end to metaconfig's Configure.
 #
 # Written by Andy Dougherty <[email protected]>
diff --git a/dist/Net-Ping/lib/Net/Ping.pm b/dist/Net-Ping/lib/Net/Ping.pm
index e9fff93..ba4e91a 100644
--- a/dist/Net-Ping/lib/Net/Ping.pm
+++ b/dist/Net-Ping/lib/Net/Ping.pm
@@ -1772,6 +1772,4 @@ Copyright (c) 2001, Colin McMillen.  All rights reserved.
 This program is free software; you may redistribute it and/or
 modify it under the same terms as Perl itself.
 
-$Id: Ping.pm,v 1.86 2003/06/27 21:31:07 rob Exp $
-
 =cut
diff --git a/ext/DynaLoader/dl_beos.xs b/ext/DynaLoader/dl_beos.xs
index 2b310ac..964a34a 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 a224dca..58bd862 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 <[email protected]>
 #
-# $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 e94555c..d6b202a 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"
diff --git a/hints/beos.sh b/hints/beos.sh
index a83b4af..1224ec1 100644
--- a/hints/beos.sh
+++ b/hints/beos.sh
@@ -1,5 +1,4 @@
 # BeOS hints file
-# $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $
 
 if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c 2>/dev/null; fi
 # If this fails, that's all right - it's only for PPC.
diff --git a/hints/dgux.sh b/hints/dgux.sh
index b2ddbdc..d9b86fc 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -1,5 +1,3 @@
-# $Id: dgux.sh,v 1.9 2001-05-07 00:06:00-05 Takis Exp $
-
 # This is a hints file for DGUX, which is EMC's Data General's Unix.  It 
 # was originally developed with version 5.4.3.10 of the OS, and then was
 # later updated running under version 4.11.2 (running on m88k hardware).
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm
index edb82b0..e07e225 100644
--- a/lib/ExtUtils/Embed.pm
+++ b/lib/ExtUtils/Embed.pm
@@ -1,4 +1,3 @@
-# $Id: Embed.pm,v 1.1.1.1 2002/01/16 19:27:19 schwern Exp $
 require 5.002;
 
 package ExtUtils::Embed;
diff --git a/lib/newgetopt.pl b/lib/newgetopt.pl
index 7ac684f..34a13ad 100644
--- a/lib/newgetopt.pl
+++ b/lib/newgetopt.pl
@@ -1,7 +1,5 @@
 warn "Legacy library @{[(caller(0))[6]]} will be removed from the Perl core 
distribution in the next major release. Please install it from the CPAN 
distribution Perl4::CoreLibs. It is being used at @ ... [43 chars truncated]
 
-# $Id: newgetopt.pl,v 1.18 2001/09/21 13:34:59 jv Exp $
-
 # This library is no longer being maintained, and is included for backward
 # compatibility with Perl 4 programs which may require it.
 # It is now just a wrapper around the Getopt::Long module.
diff --git a/t/uni/tr_7jis.t b/t/uni/tr_7jis.t
index 214f456..46f80a1 100644
--- a/t/uni/tr_7jis.t
+++ b/t/uni/tr_7jis.t
@@ -1,7 +1,5 @@
 #! perl -w
 #
-# $Id$
-#
 # This script is written intentionally in ISO-2022-JP
 # requires Encode 1.83 or better to work
 # -- dankogai
diff --git a/t/uni/tr_eucjp.t b/t/uni/tr_eucjp.t
index 98c6845..6b2ca2b 100644
--- a/t/uni/tr_eucjp.t
+++ b/t/uni/tr_eucjp.t
@@ -1,7 +1,5 @@
 #! perl -w
 #
-# $Id$
-#
 # This script is written intentionally in EUC-JP
 # -- dankogai
 
diff --git a/t/uni/tr_sjis.t b/t/uni/tr_sjis.t
index dd4fe0c..d71c4ba 100644
--- a/t/uni/tr_sjis.t
+++ b/t/uni/tr_sjis.t
@@ -1,7 +1,5 @@
 #!perl -w
 #
-# $Id$
-#
 # This script is written intentionally in Shift JIS
 # -- dankogai
 
diff --git a/t/uni/tr_utf8.t b/t/uni/tr_utf8.t
index 12ed430..8e697ce 100644
--- a/t/uni/tr_utf8.t
+++ b/t/uni/tr_utf8.t
@@ -1,7 +1,5 @@
 #!perl -w
 #
-# $Id$
-#
 # This script is written intentionally in UTF-8
 # Requires Encode 1.83 or better
 # -- dankogai

--
Perl5 Master Repository

Reply via email to