Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-PromptIfStale CPAN distribution.

Report information
The Basics
Id: 101293
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-PromptIfStale

People
Owner: ether [...] cpan.org
Requestors: DROLSKY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.034



Subject: Complains that integer isn't indexed
I haven't looked into what's going on under the hood, but this module always complains that "integer is not indexed" for any module of mine with "use integer".
On 2015-01-04 17:35:31, DROLSKY wrote: Show quoted text
> I haven't looked into what's going on under the hood, but this module > always complains that "integer is not indexed" for any module of mine > with "use integer".
Example dists? It sounds like 'integer' is being added as a prereq of your dist, probably via AutoPrereqs. All prereqs are looked up in the index; since it's not there, you'll get the expected warning/prompt.
On Sun Jan 04 22:35:57 2015, ETHER wrote: Show quoted text
> On 2015-01-04 17:35:31, DROLSKY wrote:
> > I haven't looked into what's going on under the hood, but this module > > always complains that "integer is not indexed" for any module of mine > > with "use integer".
> > Example dists? > > It sounds like 'integer' is being added as a prereq of your dist, > probably via AutoPrereqs. All prereqs are looked up in the index; > since it's not there, you'll get the expected warning/prompt.
DateTime is one. Yeah, that's where it's coming from. Maybe this is something that needs to be fixed in MetaCPAN? I'm pretty sure it indexes things like strict and warnings.
On 2015-01-04 20:21:00, DROLSKY wrote: Show quoted text
> DateTime is one. > > Yeah, that's where it's coming from. Maybe this is something that > needs to be fixed in MetaCPAN? I'm pretty sure it indexes things like > strict and warnings.
It's nothing to do with metacpan; it's what does/doesn't end up in the 02packages index from core perl releases that is relevant here. Config.pm is the only example I was aware of previously of something that wasn't getting properly indexed; I'll add integer to the list.* Please let me know if you find any others! * the list being used as exceptions in [PromptIfStale], and reported as perlbugs
version 0.034 skips checks for integer and a few other core modules that I discovered weren't in the index.