>>>>> On Tue, 06 Sep 2011 12:37:19 +1200, Grant McLean <gr...@mclean.net.nz> >>>>> said:
> On Mon, 2011-09-05 at 19:09 -0500, brian d foy wrote: >> [[ This message was both posted and mailed: see >> the "To," "Cc," and "Newsgroups" headers for details. ]] >> >> In article <1315177320.2276.26.camel@hoiho>, Grant McLean >> <gr...@mclean.net.nz> wrote: >> >> > I wonder however if the CPAN indexer may have ignored my XML-SAX-Base >> > upload due to the presence of the version included in the then-current >> > release of XML-SAX. >> >> I'm not sure what you're asking, but does looking at the >> 02packagedetails file answer your question? Whatever the index thinks >> is authoritative will be listed in the file. > Indeed - that's what prompted my question :-) > The most up-to-date version of that file that I can find says: > XML::SAX::Base 1.02 K/KH/KHAMPTON/XML-SAX-Base-1.02.tar.gz > Given that I uploaded version 1.05 yesterday and given that according to > PAUSE I have co-maint permission on the distribution, why was it not > indexed? The tarball does not contain any file Base.pm, so the indexer cannot intuit that you just uploaded XML::SAX::Base. You can convince the indexer by writing in the META.yml a "provides" entry instead. I'm sorry that you did not get any email about this. The indexer just gives up when a tarball has no pm file and no provides entry. I think this is fixable, at least can be done better. ==> TODO -- andreas