One more thing I discovered I should not do: create a tarball in a hurry, right after testing it with a statement like:
$ make disttest dist verycleanwhich I thought should test the distribution-packaged files, create a neat tarball and leave the current directory clean.
The distribution contains a blib/ directory and is therefore not being indexed. Hint: try 'make dist'.