Skip Menu |

This queue is for tickets about the Convert-Binary-C CPAN distribution.

Report information
The Basics
Id: 16438
Status: resolved
Priority: 0/
Queue: Convert-Binary-C

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

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



Subject: Add a no_index entry for the testing modules
The test modules you are using are being indexed. You need to add a no_index entry for them to the META.yaml
Hi Adam, thanks for your report. I know they're being indexed, and it's annoying me, too. What I don't know is why they're being indexed and what _exactly_ I have to do to stop them from being indexed. I know that there's "no_index" and so, looking at how EU::MM did it, I've added it with the 0.61 release: http://search.cpan.org/src/MHX/Convert-Binary-C-0.61/META.yml However, this didn't stop the modules from being indexed. (Actually, it doesn't seem to work for EU::MM either.) Searching a little more now I think my mistake was that I've been using "dir" instead of "directory". If you could be so kind and confirm that this is the case, it'll be changed in the next release. Thanks, Marcus [ADAMK - Mon Dec 12 00:38:33 2005]: Show quoted text
> The test modules you are using are being indexed. > > You need to add a no_index entry for them to the META.yaml
[adam@phase-n.com - Tue Dec 13 07:15:23 2005]: Show quoted text
> I believe it is directory. > > Personally, I just use the Module::Install and add a... > > no_index directory => 't'; > > and it takes care of the details for me. > > But on that basis it probably is "directory".
But then, this contradicts the META-spec: http://module-build.sourceforge.net/META-spec-v1.2.html#no_index which says it's "dir". Anyway, I've changed it to "directory" in C::B::C and uploaded a new release. Cheers, Marcus