Change 16114 by jhi@alpha on 2002/04/23 22:54:46
Retract #16109.
Affected files ...
.... //depot/perl/lib/ExtUtils/MM_Unix.pm#154 edit
Differences ...
==== //depot/perl/lib/ExtUtils/MM_Unix.pm#154 (text) ====
Index: perl/lib/ExtUtils/MM_Unix.pm
--- perl/lib/ExtUtils/MM_Unix.pm.~1~ Tue Apr 23 17:00:06 2002
+++ perl/lib/ExtUtils/MM_Unix.pm Tue Apr 23 17:00:06 2002
@@ -3190,8 +3190,6 @@
$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;
End of Patch.