This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900cf02
)
Apply NetBSD patch-ac.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 9 Dec 2001 20:38:48 +0000
(20:38 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Install.pm
b/lib/ExtUtils/Install.pm
index
c7b0911
..
c795e84
100644
(file)
--- a/
lib/ExtUtils/Install.pm
+++ b/
lib/ExtUtils/Install.pm
@@
-155,6
+155,7
@@
sub install {
} else {
inc_uninstall($_,$File::Find::dir,$verbose,0); # nonono set to 0
}
+ # Record the full pathname.
$packlist->{$targetfile}++;
}, ".");