mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
bd869f67b9
We used to have two versions of the email parsing code. Our
parse_mailboxes (in Git.pm), and Mail::Address which we used if
installed. Unfortunately, both versions have different sets of bugs, and
changing the behavior of git depending on whether Mail::Address is
installed was a bad idea.
A first attempt to solve this was
|
||
---|---|---|
.. | ||
FromCPAN/Mail | ||
SVN | ||
I18N.pm | ||
IndexInfo.pm | ||
Packet.pm | ||
SVN.pm |