Hi Herbert, The problem is that you don’t have an indexing permission on the package name "Chart".
The user CHARTGRP has first-come on "chart", but appears to have transferred first-come on the other packages to you. I’m pretty sure this came about because CHARTGRP transferred the first-come to you, but when that was done, PAUSE only transferred permissions for modules that appear in the CPAN index. The distribution includes lib/Chart.pm, but there’s no package statement in that file, so it doesn’t get indexed. Things will go more smoothly in the future if you add the following lines in lib/Chart.pm package Chart; 1; I’ve just given you first-come on chart, so you should be able to force a reindexing of your release, using the PAUSE interface. Cheers, Neil