projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
29b1171
)
Retract #16109.
Jarkko Hietaniemi [Tue, 23 Apr 2002 22:54:46 +0000 (22:54 +0000)]
p4raw-id: //depot/perl@16114
lib/ExtUtils/MM_Unix.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_Unix.pm
b/lib/ExtUtils/MM_Unix.pm
index
dd38d32
..
4604d39
100644
(file)
--- a/
lib/ExtUtils/MM_Unix.pm
+++ b/
lib/ExtUtils/MM_Unix.pm
@@
-3190,8
+3190,6
@@
sub prefixify {
$path = VMS::Filespec::unixpath($path) if $Is_VMS;
- return if $path eq '';
-
unless( $path =~ s,^\Q$sprefix\E(?=/|\z),$rprefix,s ) {
print STDERR " cannot prefix, using default.\n" if $Verbose >= 2;