On Mon, Mar 4, 2013 at 12:21 AM, Brian Manning <c...@xaoc.org> wrote: > Hi, > > In the past, when I made unstable releases of the Glib module, I've > set 'release_status' in the META.[yml|json] to 'unstable', which > caused search.cpan.org to not index the modules. Apparently, this is > no longer supported, as recent unstable uploads are being indexed and > presented to end-users. The last time this worked was when I pushed > 1.27* unstable releases, the 1.26* stable releases were shown on > search.cpan.org, which would have been around July/August of last > year.
Hi, Apologies, I figured out what the problem is, I have an older version of ExtUtils::MakeMaker on the machine that I used to build the releases in question, and the older version doesn't put the correct metadata in the META files. Sorry for the bother. Thanks, Brian