in reply to Submitting a module to cpan
Usually, you get mail back from CPAN after your upload gets processed.
If you are really certain that you uploaded Annovar::Wrapper, look at that mail whether there were indexing problems.
Also, I note that you use a different name for your distribution than you use for the modules. Your distribution was uploaded as "master", which is a really bad distribution name.
This suggests that your upload never succeeded, because CPAN will only ever allow one file to be uploaded with the same name. I suggest you use a traditional naming scheme such as ExtUtils::MakeMaker produces when you execute make dist.
There also has been a bug report opened for your distribution a long time ago hinting at your problematic choice of distribution name. Please consider fixing your tooling so it does use a better filename. The defaults are fine, so why don't you use them?
|
---|