projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78106c
)
2 more VMS test tweaks
author
Craig A. Berry
<craigberry@mac.com>
Wed, 3 Oct 2001 17:45:25 +0000
(12:45 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 4 Oct 2001 03:02:19 +0000
(
03:02
+0000)
Message-Id: <5.1.0.14.0.
20011003154131
.
01bc8528
@exchi01>
(the lib/Term/Complete.t patched differently by #12332)
p4raw-id: //depot/perl@12333
lib/ExtUtils/Command.t
patch
|
blob
|
history
diff --git
a/lib/ExtUtils/Command.t
b/lib/ExtUtils/Command.t
index 4c1ee08090cef17381fef329380450326968a72b..3a25bffe4bb1be182ea0d27622f6c4a7f303fa22 100644
(file)
--- a/
lib/ExtUtils/Command.t
+++ b/
lib/ExtUtils/Command.t
@@
-31,6
+31,7
@@
BEGIN {
local *DIR;
opendir(DIR, File::Spec->curdir());
while ($file = readdir(DIR)) {
+ $file =~ s/\.\z// if $^O eq 'VMS';
last if $file =~ /^\w/;
}
}