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

Abstract for Lemonldap::NG::Handler isn't parsed correctly #324

Closed neilb closed 9 years ago

neilb commented 10 years ago

In the /recent list, I noticed the following:

screen shot 2014-07-25 at 22 40 44

I thought MetaCPAN handled multi-line abstracts. If you look at the source:

=head1 NAME

Lemonldap::NG::Handler - The Apache protection module part of
Lemonldap::NG Web-SSO system.

Is it being confused by the module name at the start of the second line, or are you just not handling multi-line abstracts?

tsibley commented 10 years ago

We do handle multi-line abstracts. I suspect this is just a display issue, as the module document is correct:

{
   "documentation" : "Lemonldap::NG::Handler",
   "path" : "lib/Lemonldap/NG/Handler.pm",
   "abstract" : "The Apache protection module part of Lemonldap::NG Web-SSO system.",
   "release" : "Lemonldap-NG-Handler-1.4.1"
}
ranguard commented 9 years ago

So much has changed might be fixed