Change 16109 by jhi@alpha on 2002/04/23 17:54:33

        Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
        From: "Green, Paul" <[EMAIL PROTECTED]>
        Date: Tue, 23 Apr 2002 13:47:19 -0400
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/lib/ExtUtils/MM_Unix.pm#153 edit

Differences ...

==== //depot/perl/lib/ExtUtils/MM_Unix.pm#153 (text) ====
Index: perl/lib/ExtUtils/MM_Unix.pm
--- perl/lib/ExtUtils/MM_Unix.pm.~1~    Tue Apr 23 12:00:05 2002
+++ perl/lib/ExtUtils/MM_Unix.pm        Tue Apr 23 12:00:05 2002
@@ -3190,6 +3190,8 @@
 
     $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.

Reply via email to