In the perl module Lingua::EN::Numbers the description reads: turn "407" into "four hundred and seven", etc. g-cpan does not escape the quotes in this phrase so it creates the following line in the ebuild: DESCRIPTION="turn "407" into "four hundred and seven", etc." This should be: DESCRIPTION="turn \"407\" into \"four hundred and seven\", etc." Thanks.
https://github.com/gentoo-perl/g-cpan/pull/19
Whiteboard: will be delivered in 0.16.7