Hi,

It should index fine. It is just an irritation. I made commit to fix for 
future.

Looking at Document.pm, it seems that the 'rule' is if
'package something' appears at the end of a line, pause will interpret 
it as a package to index.

package appears lots of other places in Document.pm without causing this 
issue.

Previously came across this in Wx::Scintilla. Even if you are actually 
naming a package called 'something', splitting package from the name by 
a line break will prevent pause from indexing

package
   something;


Rgds

Mark


On 14/11/2011 14:12, Peter Lavender wrote:
> Hi Everyone,
>
> This has happened to use before if I recall correctly, or at least
> something like it with Wx?
>
> The following report has been written by the PAUSE namespace indexer.
>   Please contact modu...@perl.org if there are any open questions.
>
>   User: PLAVEN (Peter Lavender)
>   Distribution file: Padre-0.92.tar.gz
>   Number of files: 610
>   *.pm files: 301
>   README: Padre-0.92/README
>   META.yml: Padre-0.92/META.yml
>   YAML-Parser: YAML::XS 0.32
>   META-driven index: no
>   Timestamp of file: Mon Nov 14 14:06:33 2011 UTC
>   Time of this run: Mon Nov 14 14:08:24 2011 UTC
>
> Status of this distro: Permission missing
> =========================================
>
> The following packages (grouped by status) have been found in the
> distro:
>
> Status: Permission missing
>           ==========================
>
>      module: pragma
>           version: 0.92
>           in file: Padre-0.92/lib/Padre/Document.pm
>           status: Not indexed because permission missing. Current
> registered
>              primary maintainer is JJORE. Hint: you can always find the
>              legitimate maintainer(s) on PAUSE under "View Permissions".
>
> Status: Successfully indexed
>           ============================
>
>
> It's way too late here for me now to keep at this.
>
> Unfortunately the release announement has  been published, so I'm hoping
> we have a Padre-0.92 on CPAN....
>
> I'll take a look around metacpan to see if it's showing up.
>
> In the mean time something to fix up.
>
> Peter.
>
>
>
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to