summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-04-17 12:44:56 +0000
committerNicholas Clark <nick@ccl4.org>2008-04-17 12:44:56 +0000
commit37698ac13e6c088d690d4d7ee5635c83f340f956 (patch)
tree5ce87764e17da4a19e8e3e6798453f1a63343e9a /MANIFEST
parentc49b597d07430509a57aa1eb8401de4245277a3a (diff)
downloadperl-37698ac13e6c088d690d4d7ee5635c83f340f956.tar.gz
Test dbmopen more thoroughly, including closing the coverage hole for
the code that automatically requires AnyDBM_File.pm in pp_dbmopen. p4raw-id: //depot/perl@33705
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 205d399c7e..302c77174a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3861,6 +3861,7 @@ t/op/cond.t See if conditional expressions work
t/op/context.t See if context propagation works
t/op/cproto.t Check builtin prototypes
t/op/crypt.t See if crypt works
+t/op/dbm.t See if dbmopen/dbmclose work
t/op/defins.t See if auto-insert of defined() works
t/op/delete.t See if delete works
t/op/die_exit.t See if die and exit status interaction works