summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGeorge Greer <perl@greerga.m-l.org>2010-08-01 00:30:22 -0400
committerGeorge Greer <perl@greerga.m-l.org>2010-08-01 00:30:22 -0400
commite71b8a62048b820e9c251e89453b297934a0f89c (patch)
treea54a698c394e41ac47e74432c5ab717d149a12ab /MANIFEST
parentbc02f58d88e66ead8b4c37185eb8a3565dccc962 (diff)
downloadperl-e71b8a62048b820e9c251e89453b297934a0f89c.tar.gz
Change spaces to tabs for t/op/tie_fetch_count.t in MANIFEST
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 836aa6f75e..632f0a2e97 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4550,7 +4550,7 @@ t/op/taint.t See if tainting works
t/op/threads_create.pl Ancillary file for t/op/threads.t
t/op/threads.t Misc. tests for perl features with threads
t/op/tiearray.t See if tie for arrays works
-t/op/tie_fetch_count.t See if FETCH is only called once on tied variables
+t/op/tie_fetch_count.t See if FETCH is only called once on tied variables
t/op/tiehandle.t See if tie for handles works
t/op/tie.t See if tie/untie functions work
t/op/time_loop.t Test that very large values don't hang gmtime and localtime.