Skip Menu |

This queue is for tickets about the perl-ldap CPAN distribution.

Report information
The Basics
Id: 91156
Status: resolved
Priority: 0/
Queue: perl-ldap

People
Owner: Nobody in particular
Requestors: josh.anderson [...] me.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.58



Subject: Add META.* file for MetaCPAN
MetaCPAN can't provide dependency information for perl-ldap due to the lack of a META.yml/META.json file. (See https://github.com/CPAN-API/metacpan-web/issues/1012) Please add a meta file to assist those of us who are using the MetaCPAN API to obtain information about modules/distributions. Thanks! =)
Hi, On Tue Dec 03 15:21:51 2013, srslyjosh wrote: Show quoted text
> MetaCPAN can't provide dependency information for perl-ldap due to the > lack of a META.yml/META.json file. (See https://github.com/CPAN- > API/metacpan-web/issues/1012) > > Please add a meta file to assist those of us who are using the > MetaCPAN API to obtain information about modules/distributions.
Thanks for the report. If you look at the perl-ldap's Makefile.PL you find that it has lots of optional parts. Any help on how to represent this information in META.{json,yml} is welcome. When I run Module::Install in author mode, the resulting META.* contain all dependenies as 'required', which I do not think is correct considering that large parts are optional. (and hand-editing the file can only be the 2nd-best solution ,-) Best Peter
Hi, please have a look at https://github.com/perl-ldap/perl-ldap/commits/next It contains the changes intended for the next release of perl-ldap, and I think the bug you reported is patched there. Please test Peter