Hi Michael, > I am trying to upload a distribution through PAUSE, and am getting an indexer > error. Can you help me figure out what is going on? This is admittedly a > fairly trivial distribution, but I’d like to make it available if at all > possible.
The "problem" is that your release doesn't include any indexable packages. In lib/App/Perlwhich.pm you just need to add: package App::perlwhich; 1; And that should do it. Cheers, Neil On 3 Jul 2026 at 01:26 +0100, Michael McClennen <[email protected]>, wrote: > MMCCLENN
