develooper Front page | perl.modules | Postings from June 2021

Re: Failed: PAUSE indexer report CCCACHE/cfwp-fio-v0.0.1.tar.gz

From:
Neil Bowers
Date:
June 8, 2021 08:29
Subject:
Re: Failed: PAUSE indexer report CCCACHE/cfwp-fio-v0.0.1.tar.gz
Message ID:
95a84bbc-d9fa-4f13-8c9f-04928c205767@Spark
Hi Gaoang,

I’m one of the PAUSE admins.

I saw that your first upload to PAUSE failed with this error message:
> This distribution name will only be indexed when uploaded by users withpermission for the package cfwp::fio. Either someone else has ownership

The problem is that you have lib/cfwp/fio.pm, which matches the distribution name (good),
but the package statement in it is:

	package fio;

This should be:

	package cfwp::fio;

If you change that line and upload 0.0.2, it should be indexed.

Cheers,
Neil





nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About