evalEmpire / gitpan

Git repositories for all of CPAN
http://github.com/gitpan
73 stars 12 forks source link

MYSOCIETY's email address #106

Closed schwern closed 9 years ago

schwern commented 9 years ago

MYSOCIETY's email address is modules@[0.0.0.0](change to <username>.org) which passes EMail::Valid but git does not like: Failed to parse signature - Neithernamenoremailshould contain angle brackets chars.

However, EMail::Valid appears to be treating the parenthesized part as a comment because it only returns "modules@[0.0.0.0]". We're using the full string as written in 02authors.

I see these solutions, and it doesn't have to be just one.

schwern commented 9 years ago

I decided to do the minimum fix and added a special check.

It occurs to me that names could use a similar check.