From: Andy Lester Date: Sat, 19 Nov 2005 00:16:39 +0000 (-0600) Subject: Pulling ancient RCS comments X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f97d6588554acc8b88e745a23fe1f1d5fd04dfae;p=p5sagit%2Fp5-mst-13.2.git Pulling ancient RCS comments Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178 --- diff --git a/lib/AnyDBM_File.t b/lib/AnyDBM_File.t index b87d26a..cb9eee9 100755 --- a/lib/AnyDBM_File.t +++ b/lib/AnyDBM_File.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ - BEGIN { chdir 't' if -d 't'; @INC = '../lib'; diff --git a/lib/importenv.pl b/lib/importenv.pl index c28ffd0..0401127 100644 --- a/lib/importenv.pl +++ b/lib/importenv.pl @@ -1,5 +1,3 @@ -;# $RCSfile: importenv.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:02 $ - ;# This file, when interpreted, pulls the environment into normal variables. ;# Usage: ;# require 'importenv.pl'; diff --git a/lib/stat.pl b/lib/stat.pl index f7c240a..c6682b9 100644 --- a/lib/stat.pl +++ b/lib/stat.pl @@ -1,5 +1,3 @@ -;# $RCSfile: stat.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:13 $ - ;# Usage: ;# require 'stat.pl'; ;# @ary = stat(foo); diff --git a/lib/validate.pl b/lib/validate.pl index ec4a04b..c655872 100644 --- a/lib/validate.pl +++ b/lib/validate.pl @@ -1,5 +1,3 @@ -;# $RCSfile: validate.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:19 $ - ;# The validate routine takes a single multiline string consisting of ;# lines containing a filename plus a file test to try on it. (The ;# file test may also be a 'cd', causing subsequent relative filenames diff --git a/t/base/cond.t b/t/base/cond.t index 9a57348..e2ef358 100755 --- a/t/base/cond.t +++ b/t/base/cond.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: cond.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:02 $ - # make sure conditional operators work print "1..4\n"; diff --git a/t/base/if.t b/t/base/if.t index 12db765..f093b0d 100755 --- a/t/base/if.t +++ b/t/base/if.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: if.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:03 $ - print "1..2\n"; # first test to see if we can run the tests. diff --git a/t/base/pat.t b/t/base/pat.t index c689f45..9e3f615 100755 --- a/t/base/pat.t +++ b/t/base/pat.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: pat.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:05 $ - print "1..2\n"; # first test to see if we can run the tests. diff --git a/t/base/term.t b/t/base/term.t index 2d3fe5a..83a32aa 100755 --- a/t/base/term.t +++ b/t/base/term.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:07 $ - BEGIN { chdir 't' if -d 't'; } diff --git a/t/cmd/elsif.t b/t/cmd/elsif.t index 7eace16..536358c 100755 --- a/t/cmd/elsif.t +++ b/t/cmd/elsif.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: elsif.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:08 $ - sub foo { if ($_[0] == 1) { 1; diff --git a/t/cmd/mod.t b/t/cmd/mod.t index d427d78..07617f5 100755 --- a/t/cmd/mod.t +++ b/t/cmd/mod.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: mod.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:11 $ - print "1..13\n"; print "ok 1\n" if 1; diff --git a/t/cmd/subval.t b/t/cmd/subval.t index 67a4ebf..0999ff9 100755 --- a/t/cmd/subval.t +++ b/t/cmd/subval.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: subval.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:13 $ - sub foo1 { 'true1'; if ($_[0]) { 'true2'; } diff --git a/t/cmd/switch.t b/t/cmd/switch.t index faa5de4..82f417f 100755 --- a/t/cmd/switch.t +++ b/t/cmd/switch.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: switch.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:14 $ - print "1..18\n"; sub foo1 { diff --git a/t/comp/cmdopt.t b/t/comp/cmdopt.t index 3f701a4..f72ddb3 100755 --- a/t/comp/cmdopt.t +++ b/t/comp/cmdopt.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: cmdopt.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:17 $ - print "1..44\n"; # test the optimization of constants diff --git a/t/comp/cpp.t b/t/comp/cpp.t index 48250c2..80add81 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $ - BEGIN { chdir 't' if -d 't'; @INC = '../lib'; diff --git a/t/comp/decl.t b/t/comp/decl.t index 32b8509..a4b898c 100755 --- a/t/comp/decl.t +++ b/t/comp/decl.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: decl.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:19 $ - # check to see if subroutine declarations work everwhere sub one { diff --git a/t/io/inplace.t b/t/io/inplace.t index a97add5..9b5be2a 100755 --- a/t/io/inplace.t +++ b/t/io/inplace.t @@ -2,8 +2,6 @@ $^I = $^O eq 'VMS' ? '_bak' : '.bak'; -# $RCSfile: inplace.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:29 $ - print "1..2\n"; @ARGV = ('.a','.b','.c'); diff --git a/t/io/read.t b/t/io/read.t index 6d590ff..2665ecb 100755 --- a/t/io/read.t +++ b/t/io/read.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile$ - BEGIN { chdir 't' if -d 't'; @INC = '../lib'; diff --git a/t/io/tell.t b/t/io/tell.t index 9527876..4881d43 100755 --- a/t/io/tell.t +++ b/t/io/tell.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: tell.t,v $$Revision$$Date$ - BEGIN { chdir 't' if -d 't'; @INC = '../lib'; diff --git a/t/op/append.t b/t/op/append.t index 9d6c1d5..21af62c 100755 --- a/t/op/append.t +++ b/t/op/append.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: append.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:36 $ - print "1..13\n"; $a = 'ab' . 'c'; # compile time diff --git a/t/op/auto.t b/t/op/auto.t index 2eb0097..818db4f 100755 --- a/t/op/auto.t +++ b/t/op/auto.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: auto.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:39 $ - print "1..37\n"; $x = 10000; diff --git a/t/op/cond.t b/t/op/cond.t index 427efb4..0a0d1e1 100755 --- a/t/op/cond.t +++ b/t/op/cond.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: cond.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:41 $ - print "1..4\n"; print 1 ? "ok 1\n" : "not ok 1\n"; # compile time diff --git a/t/op/do.t b/t/op/do.t index b611d0d..9775331 100755 --- a/t/op/do.t +++ b/t/op/do.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: do.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:45 $ - sub foo1 { ok($_[0]); diff --git a/t/op/flip.t b/t/op/flip.t index 70666ac..5a4e8d0 100755 --- a/t/op/flip.t +++ b/t/op/flip.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: flip.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:52 $ - chdir 't' if -d 't'; print "1..15\n"; diff --git a/t/op/goto_xs.t b/t/op/goto_xs.t index 2c95139..6505889 100755 --- a/t/op/goto_xs.t +++ b/t/op/goto_xs.t @@ -1,8 +1,6 @@ #!./perl # tests for "goto &sub"-ing into XSUBs -# $RCSfile$$Revision$$Date$ - # Note: This only tests things that should *work*. At some point, it may # be worth while to write some failure tests for things that should # *break* (such as calls with wrong number of args). For now, I'm diff --git a/t/op/my.t b/t/op/my.t index 6feabe4..d219f80 100755 --- a/t/op/my.t +++ b/t/op/my.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: my.t,v $ - print "1..34\n"; sub foo { diff --git a/t/op/push.t b/t/op/push.t index a67caed..8b12e61 100755 --- a/t/op/push.t +++ b/t/op/push.t @@ -1,7 +1,5 @@ #!./perl -# $RCSfile: push.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:13 $ - @tests = split(/\n/, <