summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-20 20:15:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-20 20:15:30 +0000
commit49cb94c67d828cadfe8cac24ae5955cf752eb2df (patch)
tree52cd7eb3150a55b88b170492879696fbbd72bda9 /MANIFEST
parent3384d91b59037da95d8c4ea56131ee567d0c261c (diff)
downloadperl-49cb94c67d828cadfe8cac24ae5955cf752eb2df.tar.gz
Document and test the new qu operator.
p4raw-id: //depot/perl@8485
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 49813e86d1..4269c3cf4e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1557,6 +1557,7 @@ t/op/pat.t See if esoteric patterns work
t/op/pos.t See if pos works
t/op/push.t See if push and pop work
t/op/pwent.t See if getpw*() functions work
+t/op/qu.t See if qu works
t/op/quotemeta.t See if quotemeta works
t/op/rand.t See if rand works
t/op/range.t See if .. works