[RCAPUTO - Mon Apr 11 22:39:02 2005]:
Show quoted text> [guest - Thu Mar 31 16:08:52 2005]:
>
> > It appears that Test::Harness is being indexed, because
> > search.cpan.org showed me POE when I was looking for Test::Harness.
> I
> > may be misinterpreting the result though.
>
> I have no idea why this happens. META.yml doesn't list Test::Harness
> in
> its "provides" section. I've also placed it in the mylib directory of
> the tarball which should be off limits to the CPAN indexer.
>
> So... I've added Test::Harness as a prerequisite to POE. Maybe that
> will force the indexer to think it's an outside entity. I'm surprised
> ExtUtils::AutoInstall is not similarly listed.
>
> Hmm... I just checked. It is listed under POE (and many many other
> distributions). Maybe this is an issue with search.cpan.org?
Nope, not it's fault. There's nothing that says that mylib is special
that I know of.
If you have any directories that contain Perl things you want everything
to ignore, you need to be adding no_index entries to the META.yml file.
Everything should ignore whatever you don't want them to see. Including
Test::Harness.
So, add a no_index entry for mylib, and this problem will do away