Apply NetBSD patch-ac.
Jarkko Hietaniemi [Sun, 9 Dec 2001 20:38:48 +0000 (20:38 +0000)]
(the fix has already been done: change #9706, fully qualified
pathnames in packlists)

p4raw-link: @9706 on //depot/maint-5.6/perl: cb820f7234868a6a8a82c3314f11a1c3d25756a4

p4raw-id: //depot/perl@13564

lib/ExtUtils/Install.pm

index c7b0911..c795e84 100644 (file)
@@ -155,6 +155,7 @@ sub install {
            } else {
                inc_uninstall($_,$File::Find::dir,$verbose,0); # nonono set to 0
            }
+           # Record the full pathname.
            $packlist->{$targetfile}++;
 
        }, ".");