# from Michael G Schwern
# on Saturday 22 September 2007 08:17:

>Here's the problem.  "no_index" allows me to blot out whole directory
> trees and individual files.  "provides" allows me to specify
> individual files.

I don't see the original indexing report in your e-mail, but I think we 
might be talking about the following code.

  https://pause.perl.org:5460/svn/pause/trunk/cron/mldistwatch

It appears (at first reading) to get @$pmfiles from filter_pms() (which 
applies the no_index) and then refers to 'provides' only if there are 
no @$pmfiles.  So, provides is completely ignored in most cases?

The 'provides' key does appear again in packages_per_pmfile(), but I'm 
lost as to how we got there (though I suspect the @$pmfiles would have 
caused a skip by then and it appears to only be consulting provides as 
some kind of namespace (simile()) conflict resolution scheme at that 
point.)

--Eric
-- 
A counterintuitive sansevieria trifasciata was once literalized 
guiltily.
--Product of Artificial Intelligence
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to