in reply to Unable to release modulino to CPAN

At least, App::ipchgmon 1.0.2 has entered your CPAN directory. This means that anything you want to upload must have a new (higher) version number.

I can't make sense of the missing Module::Pluggable prerequisite, as that is listed indirectly through your prerequisites, and even less of the DateTime prerequisite, as you list that one directly.

You also have a NAME section in your POD, but your package name in App/ipchgmon.pm is:

package ipchgmon;

I think that CPAN / MetaCPAN expect App::ipchgmon there - that may be the cause.

Replies are listed 'Best First'.
Re^2: Unable to release modulino to CPAN
by davies (Monsignor) on Oct 28, 2022 at 19:30 UTC

    You are perfectly correct about the package naming issue. I have made the changes (including the tests) and the upload has worked without the failure email. Whether the testers will still have problems remains to be seen, but if so, you have at least enabled me to remove one problem.

    Thanks and regards,

    John Davies