summaryrefslogtreecommitdiff
path: root/t/op/time.t
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/op/time.t
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/op/time.t')
-rwxr-xr-xt/op/time.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/op/time.t b/t/op/time.t
index 2105e9dc41..fc73a7bf68 100755
--- a/t/op/time.t
+++ b/t/op/time.t
@@ -1,7 +1,5 @@
#!./perl
-# $RCSfile: time.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:32 $
-
if ( $does_gmtime = gmtime(time) ) {
print "1..7\n"
}