From: Ævar Arnfjörð Bjarmason Date: Sat, 3 Mar 2018 15:38:09 +0000 (+0000) Subject: Git.pm: hard-depend on the File::{Temp,Spec} modules X-Git-Tag: v2.17.0-rc0~4^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/29118b37eb8510dc42dd94e127f7c92d05963d1d?hp=29118b37eb8510dc42dd94e127f7c92d05963d1d Git.pm: hard-depend on the File::{Temp,Spec} modules Since my d48b284183 ("perl: bump the required Perl version to 5.8 from 5.6.[21]", 2010-09-24), we've depended on 5.8, so there's no reason to conditionally require File::Temp and File::Spec anymore. They were first released with perl versions v5.6.1 and 5.00405, respectively. This code was originally added in c14c8ceb13 ("Git.pm: Make File::Spec and File::Temp requirement lazy", 2008-08-15), presumably to make Git.pm work on 5.6.0. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---