>>>>> On Tue, 4 Dec 2018 14:42:18 -0500, Rob Lauer <[email protected]> said:
> Hi, > I'm terribly sorry to bother you, but as your email was listed in this > error email I hoped I might get some clues as to what is going on > here. I do not believe from my research that there is anyone else with > the namespace Amazon::API and I believe I have packaged the > distribution correctly, although I am admittedly new to uploading to > CPAN. > Any assistance would be greatly appreciated. Hi Rob, I'm not sure, I could imagine the parser tripped over these lines: : $VERSION='1.1.3-3'; : our $VERSION = '1.1.3-3'; Could you try to use legal perl version numbers? It might help. You apparently had success with Amazon::Credentials, but there you experimented with : $VERSION = '1.0.6-4'; $VERSION=~s/\-.*$//; Seems to be legal enough. Better yet, in Amazon::EC2 you had success with a good old boring stress free version number: : our $VERSION = '1.0.1'; I'd say, this might be the way to go. Should you continue to have problems, please ask again, maybe we can then spot the error better, when the version weirdness is out of the way. Good luck, -- andreas > Rob Lauer (Bigfoot) > On Mon, Dec 3, 2018 at 10:54 AM PAUSE <[email protected]> wrote: > The following report has been written by the PAUSE namespace > indexer. > Please contact [email protected] if there are any open questions. > User: BIGFOOT (Robert Lauer) > Distribution file: Amazon-API-1.1.3-3.tar.gz > Number of files: 8 > *.pm files: 2 > README: No README found > META-File: Amazon-API-1.1.3-3/META.json > META-Parser: Parse::CPAN::Meta 1.4414 > META-driven index: no > Timestamp of file: Mon Dec 3 15:52:41 2018 UTC > Time of this run: Mon Dec 3 15:54:11 2018 UTC > This distribution name will only be indexed when uploaded by users > with > permission for the package Amazon::API. Either someone else has > ownership over that package name, or this is a brand new > distribution > and that package name was neither listed in the 'provides' field > in the > META file nor found inside the distribution's modules. Therefore, > no > modules will be indexed. > Further details on the indexing attempt follow. > No or no indexable package statements could be found > in the distro (maybe a script or documentation > distribution or a developer release?) > __END__
