diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-02-26 03:09:55 -0800 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-27 15:31:12 +0000 |
commit | bf99883da2fbc1b4d546abddb96990a37466b881 (patch) | |
tree | d909f5bce1dfc4639e5a489f66e9aaba074abc7b /vms/test.com | |
parent | c2267164204a961273c71c9c103831895724b0b1 (diff) | |
download | perl-bf99883da2fbc1b4d546abddb96990a37466b881.tar.gz |
[PATCH 5.004_60] Fix to MM_VMS.PM
Date: Thu, 26 Feb 1998 11:09:55 -0800
Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
Date: Thu, 26 Feb 1998 11:15:24 -0800
p4raw-id: //depot/perl@594
Diffstat (limited to 'vms/test.com')
-rw-r--r-- | vms/test.com | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vms/test.com b/vms/test.com index 201b5f57d6..7786a17e1b 100644 --- a/vms/test.com +++ b/vms/test.com @@ -91,10 +91,9 @@ use Config; @compexcl=('cpp.t'); @ioexcl=('argv.t','dup.t','fs.t','inplace.t','pipe.t'); -@libexcl=('anydbm.t','db-btree.t','db-hash.t','db-recno.t', +@libexcl=('db-btree.t','db-hash.t','db-recno.t', 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_sel.t', 'io_sock.t', - 'ndbm.t','odbm.t','open2.t','open3.t','posix.t', - 'sdbm.t'); + 'ndbm.t','odbm.t','open2.t','open3.t','posix.t'); # Note: POSIX is not part of basic build, but can be built # separately if you're using DECC |