diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1999-03-17 20:10:44 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:38:05 +0000 |
commit | 562a7b0c67b6218259506760bd4728f2f0c6093b (patch) | |
tree | 8cdc1fa81166184bfb07594e19cb9e39afbdf4ff /vms/test.com | |
parent | 918c0b2d7bc71242c4810571f6971cac26c1327c (diff) | |
download | perl-562a7b0c67b6218259506760bd4728f2f0c6093b.tar.gz |
applied suggested patch, modulo superseded parts
Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
p4raw-id: //depot/perl@3153
Diffstat (limited to 'vms/test.com')
-rw-r--r-- | vms/test.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com index 207aad9087..15c0e8a949 100644 --- a/vms/test.com +++ b/vms/test.com @@ -102,7 +102,8 @@ use Config; @compexcl=('cpp.t'); @ioexcl=('argv.t','dup.t','fs.t','pipe.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', + 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_poll.t', 'io_sel.t', + 'io_sock.t', 'io_unix.t', 'ndbm.t','odbm.t','open2.t','open3.t', 'ph.t', 'posix.t'); # Note: POSIX is not part of basic build, but can be built |