Git.pm: add comment pointing to t9000
[gitweb.git] / perl / Git.pm
index 42e0895ef7276b634fb86a0a12caa54655bb387f..8bb2b7c7e355d152ebfeac9c1f8fddf846afebcd 100644 (file)
@@ -870,6 +870,8 @@ sub ident_person {
 
 =cut
 
+# Very close to Mail::Address's parser, but we still have minor
+# differences in some cases (see t9000 for examples).
 sub parse_mailboxes {
        my $re_comment = qr/\((?:[^)]*)\)/;
        my $re_quote = qr/"(?:[^\"\\]|\\.)*"/;