Subject: | dual nationality? |
Hi there!
What should happen if a CPAN Author has dual nationality (or dual
citizenship)?
I added Daisuke Maki to Acme::CPANAuthors::Brazilian, and he's obviously
also in Acme::CPANAuthors::Japanese. This is what happened:
$ perl -MAcme::CPANAuthors -E 'say $_->{name} . q[+] . $_->{category}
foreach (Acme::CPANAuthors->look_for(q[DMAKI]))'
Daisuke Maki+Brazilian
Daisuke Maki+Japanese
Since he's just one, and with a single CPAN Id, there should be only one
entry, no?
I really have no idea how to solve this the "right" way, or if there is
a "right" way. But I thought you should be aware of this, since it's
your call :D
Cheers!
garu