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:
2a21e86
)
Remove Cwd from the "actually architecture dependant files" special cases.
author
Nicholas Clark
<nick@ccl4.org>
Thu, 19 Sep 2013 13:13:24 +0000
(15:13 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 19 Sep 2013 13:13:24 +0000
(15:13 +0200)
This probably hasn't been needed since the file Cwd.pm was moved from lib/
into the directory containing its XS code.
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
427786f
..
5acc06a
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-134,7
+134,6
@@
if ($scr_ext) { @scripts = map { "$_$scr_ext" } @scripts; }
my %archpms = (
Config => 1,
lib => 1,
- Cwd => 1,
);
if ($^O eq 'dos') {