Re: [PATCH v2 06/13] git-send-email: unconditionally use Net::{SMTP,Domain}

2018-02-25 Thread Eric Sunshine
On Sun, Feb 25, 2018 at 2:46 PM, Ævar Arnfjörð Bjarmason wrote: > The Net::SMTP and Net::Domain were both first released with perl > v5.7.3[1], 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

[PATCH v2 06/13] git-send-email: unconditionally use Net::{SMTP,Domain}

2018-02-25 Thread Ævar Arnfjörð Bjarmason
The Net::SMTP and Net::Domain were both first released with perl v5.7.3[1], 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 this anymore. This conditional loading was initially added