User update for STEFFENW

2013-01-11 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [STEFFENW]
   fullname: [Steffen Winkler]
  asciiname: []
  email: [CENSORED]
   homepage: [http://download.steffen-winkler.de/ppm/]
cpan_mail_alias: [secr]


Data were entered by STEFFENW (Steffen Winkler).
Please check if they are correct.

Thanks,
The Pause


PAUSE ID request (ANHPLE; Anh Arsenault)

2013-01-11 Thread Perl Authors Upload Server
Request to register new user

fullname: Anh Arsenault
  userid: ANHPLE
mail: CENSORED
homepage: 
 why:

to do exercise from Intermediate Perl


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=d190_4282027f6a3bfde7&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=d190_4282027f6a3bfde7&SUBMIT_pause99_add_user_Definitely=1


Welcome new user ANHPLE

2013-01-11 Thread Perl Authors Upload Server

Welcome Anh Arsenault,

PAUSE, the Perl Authors Upload Server, has a userid for you:

ANHPLE

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Anh Arsenault
  email: CENSORED
  homepage:  
  enteredby: David Golden

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact modules@perl.org.

Thank you for your prospective contributions,
The Pause Team


Fwd: Failed: PAUSE indexer report RURBAN/App-perlall-0.30.tar.gz

2013-01-11 Thread Reini Urban
FW to modules, sent to upload by mistake.

-- Forwarded message --
From: Reini Urban 
Date: Thu, Jan 10, 2013 at 9:17 AM
Subject: Re: Failed: PAUSE indexer report RURBAN/App-perlall-0.30.tar.gz
To: PAUSE 
Cc: andreas.koenig.gmwojprw+pa...@franz.ak.mind.de


Hello Andy,

On Wed, Jan 9, 2013 at 2:23 PM, PAUSE  wrote:
> The following report has been written by the PAUSE namespace indexer.
>   Please contact modules@perl.org if there are any open questions.
>
>   User: RURBAN (Reini Urban)
>   Distribution file: App-perlall-0.30.tar.gz
>   Number of files: 29
>   *.pm files: 3
>   README: App-perlall-0.30/README
>   META-File: App-perlall-0.30/META.json
>   META-Parser: Parse::CPAN::Meta 1.4404
>   META-driven index: no
>   Timestamp of file: Wed Jan  9 20:22:21 2013 UTC
>   Time of this run: Wed Jan  9 20:23:53 2013 UTC
>
> Status of this distro: Permission missing
> =
>
> The following packages (grouped by status) have been found in the distro:
>
> Status: Permission missing
>   ==
>
>  module: B
>   version: 1.34
>   in file: App-perlall-0.30/lib/Devel/PatchPerl/Plugin/Compiler.pm
>   status: Not indexed because permission missing. Current registered
>  primary maintainer is MICB. Hint: you can always find the
>  legitimate maintainer(s) on PAUSE under "View Permissions".

This is a pause problem.

Devel::PatchPerl::Plugin::Compiler is patching ext/B/B.pm, the file,
when someone builds a new perl,
but I do not change B, the package. This is a string, not code.

I don't see a way to fool pause in my patch process, as I have patch B
version specific. 5 combinations
-$B::VERSION = '1.34';
+$B::VERSION = '1.34_01';
$patch =~ s/B::VERSION = '1.34/B::VERSION = '1.29/g;
...

Will changing
$patch =~ s/B::VERSION = '1.34/B::VERSION = '1.29/g;
to
$patch =~ s/::VERSION = '1.34/::VERSION = '1.29/g;
help?
Or does pause also check heredoc strings?

> Status: Successfully indexed
>   
>
>  module: App::perlall
>   version: undef
>   in file: App-perlall-0.30/lib/App/perlall.pm
>   status: indexed
>
>  module: Devel::PatchPerl::Plugin::Asan
>   version: undef
>   in file: App-perlall-0.30/lib/Devel/PatchPerl/Plugin/Asan.pm
>   status: indexed
>
>  module: Devel::PatchPerl::Plugin::Compiler
>   version: 1.34
>   in file: App-perlall-0.30/lib/Devel/PatchPerl/Plugin/Compiler.pm
>   status: indexed
>
> __END__



--
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/


-- 
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/


User update for JHK

2013-01-11 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [JHK]
   fullname: [Julian Knocke]
  asciiname: []
  email: [CENSORED]
   homepage: [https://www.xing.com/profile/Julian_Knocke]
cpan_mail_alias: [secr] was [none]


Data were entered by JHK (Julian Knocke).
Please check if they are correct.

Thanks,
The Pause


Re: Failed: PAUSE indexer report RURBAN/App-perlall-0.30.tar.gz

2013-01-11 Thread David Golden
Maybe just add it to no_index in your META?

no_index:
package: B

David

On Fri, Jan 11, 2013 at 11:11 AM, Reini Urban  wrote:
> FW to modules, sent to upload by mistake.
>
> -- Forwarded message --
> From: Reini Urban 
> Date: Thu, Jan 10, 2013 at 9:17 AM
> Subject: Re: Failed: PAUSE indexer report RURBAN/App-perlall-0.30.tar.gz
> To: PAUSE 
> Cc: andreas.koenig.gmwojprw+pa...@franz.ak.mind.de
>
>
> Hello Andy,
>
> On Wed, Jan 9, 2013 at 2:23 PM, PAUSE  wrote:
>> The following report has been written by the PAUSE namespace indexer.
>>   Please contact modules@perl.org if there are any open questions.
>>
>>   User: RURBAN (Reini Urban)
>>   Distribution file: App-perlall-0.30.tar.gz
>>   Number of files: 29
>>   *.pm files: 3
>>   README: App-perlall-0.30/README
>>   META-File: App-perlall-0.30/META.json
>>   META-Parser: Parse::CPAN::Meta 1.4404
>>   META-driven index: no
>>   Timestamp of file: Wed Jan  9 20:22:21 2013 UTC
>>   Time of this run: Wed Jan  9 20:23:53 2013 UTC
>>
>> Status of this distro: Permission missing
>> =
>>
>> The following packages (grouped by status) have been found in the distro:
>>
>> Status: Permission missing
>>   ==
>>
>>  module: B
>>   version: 1.34
>>   in file: App-perlall-0.30/lib/Devel/PatchPerl/Plugin/Compiler.pm
>>   status: Not indexed because permission missing. Current registered
>>  primary maintainer is MICB. Hint: you can always find the
>>  legitimate maintainer(s) on PAUSE under "View Permissions".
>
> This is a pause problem.
>
> Devel::PatchPerl::Plugin::Compiler is patching ext/B/B.pm, the file,
> when someone builds a new perl,
> but I do not change B, the package. This is a string, not code.
>
> I don't see a way to fool pause in my patch process, as I have patch B
> version specific. 5 combinations
> -$B::VERSION = '1.34';
> +$B::VERSION = '1.34_01';
> $patch =~ s/B::VERSION = '1.34/B::VERSION = '1.29/g;
> ...
>
> Will changing
> $patch =~ s/B::VERSION = '1.34/B::VERSION = '1.29/g;
> to
> $patch =~ s/::VERSION = '1.34/::VERSION = '1.29/g;
> help?
> Or does pause also check heredoc strings?
>
>> Status: Successfully indexed
>>   
>>
>>  module: App::perlall
>>   version: undef
>>   in file: App-perlall-0.30/lib/App/perlall.pm
>>   status: indexed
>>
>>  module: Devel::PatchPerl::Plugin::Asan
>>   version: undef
>>   in file: App-perlall-0.30/lib/Devel/PatchPerl/Plugin/Asan.pm
>>   status: indexed
>>
>>  module: Devel::PatchPerl::Plugin::Compiler
>>   version: 1.34
>>   in file: App-perlall-0.30/lib/Devel/PatchPerl/Plugin/Compiler.pm
>>   status: indexed
>>
>> __END__
>
>
>
> --
> Reini Urban
> http://cpanel.net/   http://www.perl-compiler.org/
>
>
> --
> Reini Urban
> http://cpanel.net/   http://www.perl-compiler.org/



-- 
David Golden 
Take back your inbox! → http://www.bunchmail.com/
Twitter/IRC: @xdg


Module update for WebService::DataDog

2013-01-11 Thread Perl Authors Upload Server
Record update in the PAUSE modules database:

   modid: [WebService::DataDog]
   statd: [b] was [c]
   stats: [d] was [n]
   statl: [p]
   stati: [O]
   statp: [a]
 description: [Perl interface to DataDog REST API]
  userid: [JPINKHAM]
   chapterid: [15]
mlstatus: [list]

Data entered by Jennifer Pinkham (JPINKHAM).
Please check if they are correct.

Thanks,
-- 
The PAUSE


PAUSE ID request (SIMUL; Vitaly Simul)

2013-01-11 Thread Perl Authors Upload Server
Request to register new user

fullname: Vitaly Simul
  userid: SIMUL
mail: CENSORED
homepage: 
 why:

I would like to upload some perl modules.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=f190_b06676873b0d7bbd&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=f190_b06676873b0d7bbd&SUBMIT_pause99_add_user_Definitely=1


Welcome new user SIMUL

2013-01-11 Thread Perl Authors Upload Server

Welcome Vitaly Simul,

PAUSE, the Perl Authors Upload Server, has a userid for you:

SIMUL

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Vitaly Simul
  email: CENSORED
  homepage:  
  enteredby: David Golden

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact modules@perl.org.

Thank you for your prospective contributions,
The Pause Team


User update for MGOULD

2013-01-11 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [MGOULD]
   fullname: [Miles Gould]
  asciiname: []
  email: [CENSORED]
   homepage: []
cpan_mail_alias: [secr] was [none]


Data were entered by MGOULD (Miles Gould).
Please check if they are correct.

Thanks,
The Pause


User update for MGOULD

2013-01-11 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [MGOULD]
   fullname: [Miles Gould]
  asciiname: []
  email: [CENSORED]
   homepage: [http://github.com/pozorvlak] was []
cpan_mail_alias: [publ] was [secr]


Data were entered by MGOULD (Miles Gould).
Please check if they are correct.

Thanks,
The Pause


PAUSE ID request (KOMPAS; Piotr Piątkowski)

2013-01-11 Thread Perl Authors Upload Server
Request to register new user

fullname: Piotr Piątkowski
  userid: KOMPAS
mail: CENSORED
homepage: 
 why:

Being perl developer for over 15 years it's high time to
contribute. First thing I'm going to contribute is tool for
integrating Atlassian Bamboo with perl TAP. I know there's a
TAP::Parser::JUnit, but it's missing a lot of features I need.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1290_2b807d978b4df71f&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1290_2b807d978b4df71f&SUBMIT_pause99_add_user_Definitely=1