User update for BOD

2021-01-05 Thread Perl Authors Upload Server
Record update in the PAUSE users database: userid: [BOD] fullname: [Ian Boddison] asciiname: [] email: [CENSORED] homepage: [https://www.boddison.com] cpan_mail_alias: [publ] was [none] ustatus: [unused] Data were entered by BOD (Ian Boddison). Please check if they a

Re: Adopt Lingua::Conjunction?

2021-01-05 Thread Neil Bowers via modules
I’ve transferred the first-come permissions on Lingua::Conjunction to NHORNE. Happy New Year to you all, Neil

Re: Adopt Lingua::Conjunction?

2021-01-05 Thread Nigel Horne
Thank you. -Nigel On 4/1/21, 11:11, "Robert Rothenberg" wrote: I'm happy with that. (It's owned by ADOPTME, so I no longer have perms to update it.) On 04/01/2021 16:03, Nigel Horne wrote: > Hello, > > I'm interested in adopting the Lingua::Conjunction mo

User update for LEONT

2021-01-05 Thread Perl Authors Upload Server
Record update in the PAUSE users database: userid: [LEONT] fullname: [Leon Timmermans] asciiname: [] email: [CENSORED] homepage: [] cpan_mail_alias: [secr] was [publ] Data were entered by LEONT (Leon Timmermans). Please check if they are correct. Thanks, The Pause

User update for OELE

2021-01-05 Thread Perl Authors Upload Server
Record update in the PAUSE users database: userid: [OELE] fullname: [Sander Plas] asciiname: [] email: [CENSORED] homepage: [] cpan_mail_alias: [secr] was [none] ustatus: [unused] Data were entered by OELE (Sander Plas). Please check if they are correct. Thanks, The

User update for JMIROVSKY

2021-01-05 Thread Perl Authors Upload Server
Record update in the PAUSE users database: userid: [JMIROVSKY] fullname: [Jiří Mírovský] asciiname: [Jiri Mirovsky] email: [CENSORED] homepage: [] cpan_mail_alias: [secr] was [none] ustatus: [unused] Data were entered by JMIROVSKY (Jiří Mírovský). Please check if the

Welcome new user BOD

2021-01-05 Thread Perl Authors Upload Server
Welcome Ian Boddison, PAUSE, the Perl Authors Upload Server, has a userid for you: BOD 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 credent

Welcome new user FSM

2021-01-05 Thread Perl Authors Upload Server
Welcome Frank Schreiner, PAUSE, the Perl Authors Upload Server, has a userid for you: FSM 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 cred

Welcome new user PNNP

2021-01-05 Thread Perl Authors Upload Server
Welcome Steffen Rumberger, PAUSE, the Perl Authors Upload Server, has a userid for you: PNNP 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 c

Welcome new user OELE

2021-01-05 Thread Perl Authors Upload Server
Welcome Sander Plas, PAUSE, the Perl Authors Upload Server, has a userid for you: OELE 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 credent

Welcome new user JMIROVSKY

2021-01-05 Thread Perl Authors Upload Server
Welcome Jiří Mírovský, PAUSE, the Perl Authors Upload Server, has a userid for you: JMIROVSKY 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

Welcome new user KENI

2021-01-05 Thread Perl Authors Upload Server
Welcome Ken Ibbotson, PAUSE, the Perl Authors Upload Server, has a userid for you: KENI 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 creden

Re: Failed: PAUSE indexer report TOMC/Devel-WatchVars-v1.0.4.tar.gz

2021-01-05 Thread Neil Bowers via modules
Hi Tom, The problem is this line in WatchVars.pm:     our $VERSION = v1.0.4; PAUSE doesn’t support unquoted v-strings, so changing it to "v1.0.4" should do the trick. I’ve logged this as a PAUSE issues: https://github.com/andk/pause/issues/365 Cheers, Neil