summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFrançois Désarménien <desar@club-internet.fr>1998-07-19 14:28:33 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 04:44:04 +0000
commit3409ec4ce64b7010eb757067ca270d504c3e0146 (patch)
treed8a44926af853cd1036b0aac8e43732fce408422 /MANIFEST
parentc84d73f1f9f9cc1f8dd8d87123bb87479c2f2754 (diff)
downloadperl-3409ec4ce64b7010eb757067ca270d504c3e0146.tar.gz
add tests to check if context propagation works
Message-ID: <35B1CA51.A606AD27@club-internet.fr> Subject: Re: m//g strange behaviour in 5.004 p4raw-id: //depot/perl@1599
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6c82f6563e..21c2f94e17 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -882,6 +882,7 @@ t/op/chop.t See if chop works
t/op/closure.t See if closures work
t/op/cmp.t See if the various string and numeric compare work
t/op/cond.t See if conditional expressions work
+t/op/context.t See if context propagation works
t/op/defins.t See if auto-insert of defined() works
t/op/delete.t See if delete works
t/op/die.t See if die works