Hi Olav, > It's not exactly clear to me what I need to do based on these error messages. > > More over the module has appeared on CPAN: > http://search.cpan.org/~phluks/Unwire.1.01/
You have released this with the distribution called “Unwire”, but ... > This distribution name will only be indexed when uploaded by users with > permission for the package Unwire. > […] > You appear to be missing a .pm file containing a package matching the > dist name (Unwire). Adding this may solve your issue. If the lead module in the distribution is SMS::Send::DK::Unwire <sms::Send::DK::Unwire>, then PAUSE expects the distribution to be called SMS-Send-DK-Unwire. If you release it with that distribution name (and bump the version number), then it should work fine. Also, I noticed that your latest upload unpacks into: SMS-Send-DK-Unwire-Unwire That’s one too many “Unwire” :-) How are you building the release tarball? If you do the following: perl Makefile.PL make dist You should end up with a tarball that has the expected name, and that extracts into the right directory. Cheers, Neil