metacpan / metacpan-api

A free, open API for everything you want to know about CPAN
http://www.metacpan.org/
Other
289 stars 196 forks source link

No description in the API even if the module has a description #300

Open jagtalon opened 10 years ago

jagtalon commented 10 years ago

We ran into a problem with the API, and it seems that we're not getting any descriptions even though the MetaCPAN page has a description of that module.

https://github.com/duckduckgo/zeroclickinfo-spice/issues/432

rwstauner commented 10 years ago

At first glance it looks like this is happening because the pod is in a separate file.

Seems like it would be good to copy the description from the pod doc to the module doc in those cases.

oalders commented 6 years ago

Locale::Country is an example of a module with this problem.