The test introduced in this commit succeeds without the patch to Git.pm
if Mail::Address is installed, but fails otherwise because our in-house
parser does not accept any text after the email address. They succeed
both with and without Mail::Address after this commit.
Mail::Address accepts extra text and considers it as part of the name,
iff the address is surrounded with <...>. The implementation mimics
this behavior as closely as possible.
This mostly restores the behavior we had before
|
||
|---|---|---|
| .. | ||
| Git | ||
| .gitignore | ||
| Git.pm | ||
| Makefile | ||
| Makefile.PL | ||
| private-Error.pm | ||