diff options
author | Charles Lane <lane@DUPHY4.Physics.Drexel.Edu> | 2000-10-20 04:26:04 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-10-20 12:37:12 +0000 |
commit | ef060a86ec01add98aaa6268b36dd5f691dc2bf2 (patch) | |
tree | a36039f7759cd8cd98c963f44570cb6fecfe8875 /vms | |
parent | 403396f30d585890949c05474748da70e45175f2 (diff) | |
download | perl-ef060a86ec01add98aaa6268b36dd5f691dc2bf2.tar.gz |
Perl 5.6.0/5.7.0 enable DProf test for VMS
Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@7377
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com index afc1e5786e..522904d719 100644 --- a/vms/test.com +++ b/vms/test.com @@ -112,7 +112,7 @@ use Config; @libexcl=('db-btree.t','db-hash.t','db-recno.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', 'dprof.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 # separately if you're using DECC |