summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-15 11:59:26 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-15 11:59:26 +0000
commitbde61959ea5e52e421c597172a9aeac53357fcd9 (patch)
treef6edde30b9481d491df2e699630a68e9fe2c8797 /MANIFEST
parent719e2301283f7f9650137ddbdf3fd72ce198629b (diff)
downloadperl-bde61959ea5e52e421c597172a9aeac53357fcd9.tar.gz
Add a test for source filters returned from code references in @INC.
p4raw-id: //depot/perl@27811
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 5c618a4032..e45ccadecb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3365,6 +3365,7 @@ t/op/hashassign.t See if hash assignments work
t/op/hash.t See if the complexity attackers are repelled
t/op/hashwarn.t See if warnings for bad hash assignments work
t/op/inccode.t See if coderefs work in @INC
+t/op/incfilter.t See if the source filters in coderef-in-@INC work
t/op/inc.t See if inc/dec of integers near 32 bit limit work
t/op/index.t See if index works
t/op/int.t See if int works