summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-09-19 15:13:24 +0200
committerNicholas Clark <nick@ccl4.org>2013-09-19 15:13:24 +0200
commite8384d8ddf034f3e8db40d1beac3236976fa05ba (patch)
tree5118afb396e64f40fb9b4b53af3c5b21f04e1c1c /installperl
parent2a21e867481e24fe22bf17394ebbff6deaca96b5 (diff)
downloadperl-e8384d8ddf034f3e8db40d1beac3236976fa05ba.tar.gz
Remove Cwd from the "actually architecture dependant files" special cases.
This probably hasn't been needed since the file Cwd.pm was moved from lib/ into the directory containing its XS code.
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl1
1 files changed, 0 insertions, 1 deletions
diff --git a/installperl b/installperl
index 427786f72b..5acc06a821 100755
--- 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') {