summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-08-01 01:07:01 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-08-01 01:07:01 +0200
commitbc02f58d88e66ead8b4c37185eb8a3565dccc962 (patch)
treecdaeabd2f4a5ee54418b5f53f0c3d176010fbf2f
parent38195a8caca81f63e1d7995b0284eeccfe9952c2 (diff)
downloadperl-bc02f58d88e66ead8b4c37185eb8a3565dccc962.tar.gz
Add t/op/tie_fetch_count.t to MANIFEST
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c28e5ad895..836aa6f75e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4550,6 +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/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.