First off, read this:
https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md#rules-for-distribution-naming

PAUSE has started enforcing these rules since last July.

Specifically: The reason it did not get indexed is because your
distribution is named Apache-Session-Browseable and there is no
executable code (a .pod file does not count) with a package of
Apache::Session::Browseable in a lib/Apache/Session/Browseable.pm file.

You either need to provide such a file, or choose a distribution name
based on a module that DOES have code in it.

Even if creating the file is as simple as running:

$perl -MFile::Slurp=write_file
-E'write_file("lib/Apache/Session/Browseable.pm", <<EOF);
package Apache::Session::Browseable;
# This must be indexed, so no splitting the above line into 2 lines.

use 5.012;
use strict;
use warnings;

our $VERSION = "1.3";

1;
EOF
'

However, I'd suggest putting the current contents of
libApache/Session/Browseable.pod in that file, as well.

--Curtis



On Tue, Mar 8, 2016, at 23:15, Xavier wrote:
> Hi all,
> 
> I don't understand why I'm reject when uploading
> Apache::Session::Browseable since I'm the creator and "View permissions"
> in Pause show me as maint of all of this.
> 
> Regards,
> Xavier
> 
> -------- Forwarded Message --------
> Subject: Failed: PAUSE indexer report
> GUIMARD/Apache-Session-Browseable-1.2.tar.gz
> Date: Wed, 9 Mar 2016 05:33:05 +0000
> From: PAUSE <upl...@pause.perl.org>
> To: x.guim...@free.fr, andreas.koenig.gmwojprw+pa...@franz.ak.mind.de
> 
> The following report has been written by the PAUSE namespace indexer.
> Please contact modu...@perl.org if there are any open questions.
> 
>   User: GUIMARD (Xavier Guimard)
>   Distribution file: Apache-Session-Browseable-1.2.tar.gz
>   Number of files: 41
>   *.pm files: 23
>   README: Apache-Session-Browseable-1.2/README
>   META-File: Apache-Session-Browseable-1.2/META.json
>   META-Parser: Parse::CPAN::Meta 1.4414
>   META-driven index: yes
>   Timestamp of file: Wed Mar  9 05:31:13 2016 UTC
>   Time of this run: Wed Mar  9 05:33:05 2016 UTC
> 
> This distribution name can only be used by users with permission for the
> package Apache::Session::Browseable, which you do not have. No modules
> will be indexed.


--
Curtis Jewell

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

Reply via email to