diff options
-rw-r--r-- | Cross/Makefile | 2 | ||||
-rwxr-xr-x | configure.gnu | 2 | ||||
-rw-r--r-- | dist/Net-Ping/lib/Net/Ping.pm | 2 | ||||
-rw-r--r-- | ext/DynaLoader/dl_beos.xs | 1 | ||||
-rw-r--r-- | ext/IPC-Open3/lib/IPC/Open3.pm | 2 | ||||
-rw-r--r-- | ext/PerlIO-encoding/encoding.xs | 4 | ||||
-rw-r--r-- | hints/beos.sh | 1 | ||||
-rw-r--r-- | hints/dgux.sh | 2 | ||||
-rw-r--r-- | lib/ExtUtils/Embed.pm | 1 | ||||
-rw-r--r-- | lib/newgetopt.pl | 2 | ||||
-rw-r--r-- | t/uni/tr_7jis.t | 2 | ||||
-rw-r--r-- | t/uni/tr_eucjp.t | 2 | ||||
-rw-r--r-- | t/uni/tr_sjis.t | 2 | ||||
-rw-r--r-- | t/uni/tr_utf8.t | 2 |
14 files changed, 0 insertions, 27 deletions
diff --git a/Cross/Makefile b/Cross/Makefile index b6d6b1d426..1c91b2955a 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 46cc494fd6..ae5aec9990 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 <doughera@lafayette.edu> diff --git a/dist/Net-Ping/lib/Net/Ping.pm b/dist/Net-Ping/lib/Net/Ping.pm index e9fff93eea..ba4e91a7dc 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 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" diff --git a/hints/beos.sh b/hints/beos.sh index a83b4af6dd..1224ec1cc4 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 b2ddbdc26b..d9b86fcecb 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 edb82b0a2a..e07e225ae6 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 7ac684fe96..34a13ad499 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 @{[(caller)[1]]}, line @{[(caller)[2]]}.\n"; -# $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 214f456a64..46f80a145c 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 98c684500d..6b2ca2b043 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 dd4fe0c5f0..d71c4babb6 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 12ed430b76..8e697ce389 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 |