Merge branch 'ab/perl-fixes'
commitae1644b08e85fb64367b273337d8ebcbdabe0685
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:00:46 +0000 (15 15:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:00:46 +0000 (15 15:00 -0700)
treea4abf768e05299a5152bcbb93b298462b44ad2e7
parente74737b6a1d403bd0ad856bd23143ba0bd5dfabb
parent1aca69c0195bd4ac671e7a36cf9b967d2bcbe200
Merge branch 'ab/perl-fixes'

Clean-up to various pieces of Perl code we have.

* ab/perl-fixes:
  perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS
  Makefile: add NO_PERL_CPAN_FALLBACKS knob
  perl: move the perl/Git/FromCPAN tree to perl/FromCPAN
  perl: generalize the Git::LoadCPAN facility
  perl: move CPAN loader wrappers to another namespace
  perl: update our copy of Mail::Address
  perl: update our ancient copy of Error.pm
  git-send-email: unconditionally use Net::{SMTP,Domain}
  Git.pm: hard-depend on the File::{Temp,Spec} modules
  gitweb: hard-depend on the Digest::MD5 5.8 module
  Git.pm: add the "use warnings" pragma
  Git.pm: remove redundant "use strict" from sub-package
  perl: *.pm files should not have the executable bit
Makefile
git-send-email.perl
perl/Git.pm