diff options
-rwxr-xr-x | installperl | 1 |
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') { |