User update for MTHURN

2003-07-12 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [MTHURN]
   fullname: [Martin Thurn]
  asciiname: []
  email: [CENSORED]
   homepage: [http://www.sandcrawler.com/SWB]
cpan_mail_alias: [publ]


Data were entered by MTHURN (Martin Thurn).
Please check if they are correct.

Thanks,
The Pause


User update for MTHURN

2003-07-12 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [MTHURN]
   fullname: [Martin 'Kingpin' Thurn] was [Martin Thurn]
  asciiname: []
  email: [CENSORED]
   homepage: [http://www.sandcrawler.com/SWB]
cpan_mail_alias: [publ]


Data were entered by MTHURN (Martin Thurn).
Please check if they are correct.

Thanks,
The Pause


PAUSE ID request (JFINGER; Jonathan R. Finger)

2003-07-12 Thread Perl Authors Upload Server
Request to register new user

fullname: Jonathan R. Finger
  userid: JFINGER
mail: CENSORED
homepage: 
 why:

I wish to contribute a perl module that makes date arithmetic and
validation simple.

The main fuctions are convert_date_to_number($year, $month, $date)
which returns the number of day since 1/1/01 + 1 (so
convert_date_to_number(1,1,1) returns 1)

and the inverse ($year, $month, $day) =
convert_number_to_date($number)

These functions make date arithmetic and validation vary easy. The
functions are based on formulas from

Calenderical Calculation by Dershowitz and Reingold and should be
valid from 1/1/1 to at leash 1/1/1

The compution is purely numerical and does not use localtime or
timelocal so it is operating system independent.


The following links are only valid for PAUSE maintainers:

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


Welcome new user JFINGER

2003-07-12 Thread Perl Authors Upload Server

Welcome Jonathan R. Finger,

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

JFINGER

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:  Jonathan R. Finger
  email: CENSORED
  homepage:  
  enteredby: Johan Vromans

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 [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team

Note from Johan Vromans:
Did you take a look at the various Perl modules that do date calculations?