Hi Rob, I uploaded Amazon::API yesterday (an update). I received an email that it was indexed but it still not showing up in Metacpan....and previous is missing now?
If you look in the META.json for your latest uploads, specifically the "provides" entry, you’ll see: "provides" : { "Amazon::API" : { "file" : "/usr/local/share/perl5/Amazon/API.pm", "version" : "v1.2.3" }, "Amazon::API::CloudWatchLogs" : { "file" : "/usr/local/share/perl5/Amazon/API/CloudWatchLogs.pm", "version" : "0" }, ... The "file" value should be the relative path to the file *within the release*. So for example, Amazon::API should presumably be "lib/Amazon/API.pm", and not the path to where it was installed locally. Cheers, Neil