summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-09-23 22:01:14 +0200
committerNicholas Clark <nick@ccl4.org>2012-09-26 23:28:50 +0200
commit6f908f1bab380b2a2d78d238aad9752a9721f38a (patch)
treeebf92c43b935b1d40fc3dff9b0037c14b149cbc2 /MANIFEST
parentd699ecb701ac42e5f50b4ec00c162c4dc9532b91 (diff)
downloadperl-6f908f1bab380b2a2d78d238aad9752a9721f38a.tar.gz
Test the resolution behaviour for file handles and package names.
Historical behaviour is that file handles take priority over package names, and the use of PL_stashcache shouldn't change this.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 350312d35a..6ac316d857 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5065,6 +5065,7 @@ t/lib/Cname.pm Test charnames in regexes (op/pat.t)
t/lib/common.pl Helper for lib/{warnings,feature}.t
t/lib/commonsense.t See if configuration meets basic needs
t/lib/compmod.pl Helper for 1_compile.t
+t/lib/Count.pm Helper for t/op/method.t
t/lib/croak/mg Test croak calls from mg.c
t/lib/croak/op Test croak calls from op.c
t/lib/croak/pp_ctl Test croak calls from pp_ctl.c