Re: git-email missing module

2018-08-04 Thread john doe
Hi Adam, On 8/4/2018 7:49 PM, Adam Dinwoodie wrote: On Sat, 4 Aug 2018 at 15:11, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The

Re: git-email missing module

2018-08-04 Thread Ken Brown
On 8/4/2018 11:55 AM, Ken Brown wrote: On 8/4/2018 10:11 AM, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is

Re: git-email missing module

2018-08-04 Thread Achim Gratz
john doe writes: > I had to install "Mail::Address" manually using cpan. You shouldn't do that. The module in question is packaged with perl-MailTools (camelcased), so this needs to be added to the dependencies for Git. Adam, the perl modules that come with Git need to be properly provided as

Re: git-email missing module

2018-08-04 Thread Adam Dinwoodie
On Sat, 4 Aug 2018 at 15:11, john doe wrote: > Hi, > > On a fresh install of Cygwin_x86_64, I have installed "git,git-email" > packages and I'm getting the following: > > $ git send-email master --confirm=always --to=x...@example.com > BUG: The 'Mail::Address' module is not here, but

Re: git-email missing module

2018-08-04 Thread Ken Brown
On 8/4/2018 10:11 AM, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_FALLBACKS was

git-email missing module

2018-08-04 Thread john doe
Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_FALLBACKS was set! Git needs this Perl module from