summaryrefslogtreecommitdiff
path: root/t/cmd
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-11-18 18:16:39 -0600
committerSteve Peters <steve@fisharerojo.org>2005-11-20 02:41:01 +0000
commitf97d6588554acc8b88e745a23fe1f1d5fd04dfae (patch)
treec7494d09164c09e576845154d43cb22a4e5e8381 /t/cmd
parente8dda941161b48515d0da4da6e5157084cbd1df0 (diff)
downloadperl-f97d6588554acc8b88e745a23fe1f1d5fd04dfae.tar.gz
Pulling ancient RCS comments
Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178
Diffstat (limited to 't/cmd')
-rwxr-xr-xt/cmd/elsif.t2
-rwxr-xr-xt/cmd/mod.t2
-rwxr-xr-xt/cmd/subval.t2
-rwxr-xr-xt/cmd/switch.t2
4 files changed, 0 insertions, 8 deletions
diff --git a/t/cmd/elsif.t b/t/cmd/elsif.t
index 7eace161e0..536358c9a1 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 d427d78e4c..07617f55b0 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 67a4ebfdf3..0999ff9891 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 faa5de470f..82f417ff4b 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 {