diff options
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installperl b/installperl index 0769c036d1..dadb99bad6 100755 --- a/installperl +++ b/installperl @@ -52,7 +52,6 @@ if ($scr_ext) { @scripts = map { "$_$scr_ext" } @scripts; } %archpms = ( Config => 1, FileHandle => 1, overload => 1, - 'File/Basename' => 1, # uses m//t ); if ($^O eq 'dos') { |