Skip Menu |

This queue is for tickets about the MetaCPAN-API CPAN distribution.

Report information
The Basics
Id: 70016
Status: resolved
Priority: 0/
Queue: MetaCPAN-API

People
Owner: Nobody in particular
Requestors: RWSTAUNER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.32
Fixed in: (no value)



Subject: t::lib::Functions listed as a prereq
Installing via `cpan` spews a big warning about t::lib::Functions. I don't believe it needs to be listed as a prereq since it is included in your dist (and doesn't get indexed). Using Dist::Zilla you could remove it by adding [RemovePrereqs] t::lib::Functions or [MetaNoIndex] directory = t to your dist.ini I believe either one would do the trick.
I'm sorry I didn't reply to this ticket. I did not get any notification of it and it's the first time I'm seeing it. Thanks for reporting and giving a solution. I have already fixed this issue by adding to dzil.ini: [AutoPrereqs] skip = ^t::lib::Functions$ I'm more receptive to Github issues than RT.cpan. If you could open bugs there next time, I assure you I will hear of them much sooner and fix them. Thanks again, much appreciated! S.