Re: Registration

2003-03-25 Thread Arthur Bergman
On måndag, mar 24, 2003, at 19:25 Europe/Stockholm, [EMAIL PROTECTED] wrote: Hi, Whenever(1) I upload a new module, I register it as recommended. But what happens next? I'm asking because I only ever received response about Attribute::Property. It seems nothing was done with the 5 other namespa

Re: Registration Request

2002-12-21 Thread Håkon Nessjøen
uot;Håkon Nessjøen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 4:42 PM Subject: Re: Registration Request Håkon Nessjøen <[EMAIL PROTECTED]> writes: > Please register me: > > Name: Håkon Nessjøen > Email: [EMAIL PROTECTED] > Prefer

Re: Registration Request

2002-12-21 Thread Johan Vromans
Håkon Nessjøen <[EMAIL PROTECTED]> writes: > Please register me: > > Name: Håkon Nessjøen > Email: [EMAIL PROTECTED] > Preferred author id: lunatic > > Intended contribution: > I have developed a module I have named ASCII:Table. It draws a table with in > "ASCII art". Very nice if you want to o

Re: registration

2002-12-19 Thread Johan Vromans
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Name:John Eichler > Email: [EMAIL PROTECTED] > UserID: CERTIFYIT I'd prefer a user-based ID, e.g., 'EICHLER'. -- Johan

Re: Registration Request

2002-10-03 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Chris Dolan <[EMAIL PROTECTED]> wrote: > A small collection of libraries we've built. The first ones will be: > CAM::Template > CAM::EmailTemplate > CAM::PDF > "CAM" is short for Clotho Advanced Media. I wouldn't think that CAM would be a good top-level n

Re: Registration

2002-09-26 Thread Graham Barr
I just reset your pw and had the system mail you. Let me know if you do not receive anything. Graham. On Tue, Sep 24, 2002 at 03:23:51PM +0200, Van de Pol Danny wrote: > Dear, > > I noticed in the PAUSE mail archives that my registration request > has been granted (userid DVDPOL) on Sept. 9. >

Re: Registration namespace

2002-09-01 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Jouke Visser <[EMAIL PROTECTED]> wrote: > I presume that since the namespace is not registered yet, this is the > reason the module can't be found on search.cpan.org yet. search.cpan.org shows all of CPAN, just not the modules list. it may take a couple of days

Re: Registration: Hash::WithDefaults, Config::IniHash

2002-07-23 Thread Janek Schleicher
Jenda Krynicky wrote at Tue, 23 Jul 2002 19:31:00 +0200: > I would like to register these two modules: > > NameDSLIP Description > Info > -- - --- - - >Hash::WithDefaults > bdprp Tied hashes with defaults >

Re: registration

2002-05-14 Thread Ivan Neulander
on May 14 2002, 11:48, in "Re: registration"] > > > I have a new version (no release dates, yet) of Getopt::Long in > > > development that allows option specs like "beta=s" (as usual, exactly one), > > > "bozo=s{0,1}" (none or one), "mail=

Re: registration

2002-05-14 Thread Johan Vromans
Hello Ivan, [Quoting Ivan Neulander, on May 14 2002, 10:19, in "registration"] > I've written a module that extends Getopt::Long to handle flags with > multiple sets of whitespace-separated arguments. I have a new version (no release dates, yet) of Getopt::Long in development that allows option

Re: Registration

2002-04-02 Thread Graham Barr
I have fixed this and sent you a new password. Graham. On Wed, Apr 03, 2002 at 03:15:28PM +0930, Steve Thomas wrote: > Help! > > I registered a little while back, and I've been waiting for login > details. Now I've just checked the archive and I see there was a > Welcome message, but it contain

Re: Registration

2002-04-02 Thread Steve Thomas
Help! I registered a little while back, and I've been waiting for login details. Now I've just checked the archive and I see there was a Welcome message, but it contains the WRONG email address for me: should be [EMAIL PROTECTED], but you have it as just "[EMAIL PROTECTED]". So I presume my logi

Re: registration request

2002-02-20 Thread Markus Spring
[EMAIL PROTECTED] writes: Hi Bitbucket, I received your mail about 10 weeks ago, > We get lots of mail, and sometimes it takes us a while to get to yours. > Please be patient, we *will* try and respond as soon as we can gather > enough tuits. I hope I was patient enough... > please register

Re: Re-registration

2001-11-27 Thread Kurt D. Starsinic
; > user ID : INTERGURU > > > > > > Note this is a re-registration of "INTEGURU" which was misspelled > > > > Sorry, PAUSE IDs have a limit of 9 characters: > > > > http://www.cpan.org/modules/04pause.html > > perl -e &

Re: Re-registration

2001-11-26 Thread Philip Newton
On Mon, 26 Nov 2001 21:07:05 -0800, in perl.modules you wrote: > On Sep 20, Joseph Davidson wrote: > > name: Joseph Davidson > > email: [EMAIL PROTECTED] > > web: www.interguru.com/mailconv.htm > > > > user ID : INTERGURU > > > > Note this

Re: Re-registration

2001-11-26 Thread Kurt D. Starsinic
On Sep 20, Joseph Davidson wrote: > name: Joseph Davidson > email: [EMAIL PROTECTED] > web: www.interguru.com/mailconv.htm > > user ID : INTERGURU > > Note this is a re-registration of "INTEGURU" which was misspelled Sorry, PAUSE IDs have a limit

Re: Registration application

2001-11-18 Thread Andrea Holstein
Philip Newton wrote: > > What you've written above, would I have written as > > @foo = map { s/\s+/ /g } @bar; > > $_ is an alias to the original values inside map and grep, so your code > above would have modified @bar. An equivalent using map might be > > @foo = map { my $x = $_; $x =~ s/\

Re: Registration application

2001-11-17 Thread Philip Newton
On Sat, 17 Nov 2001 20:28:19 +0100, in perl.modules you wrote: > Brian McCauley wrote: > > > >Unlike map and grep the elements > > of LIST are not altered. > > Please excuse my stupid question :-) > > What's the difference to the map function. See above

Re: Registration application

2001-11-17 Thread Andrea Holstein
Brian McCauley wrote: > > First contribution is a module to provide the apply BLOCK LIST > function as decribed in a thread in comp.lang.perl.misc some time > back: > > apply BLOCK LIST > > Similar to map in that it evaluates BLOCK setting $_ to each > element of LIST in turn. appl

Re: Registration for CPAN

2001-09-23 Thread Kirrily Robert
In perl.modules, you wrote: > Notify::* works. So the three modules would be: > > Notify::Pool, > Notify::Notice, > and Notify::Email. > > So do I need to do anything special to register the namespace and >get the first version uploaded? Upload the module via PAUSE, and submit a nam

Re: Registration for CPAN

2001-09-23 Thread Michael Gilfix
Notify::* works. So the three modules would be: Notify::Pool, Notify::Notice, and Notify::Email. So do I need to do anything special to register the namespace and get the first version uploaded? -- Mike On Sun, Sep 23 @ 07:09, Andreas J. Koenig wrote: > > On Fri,

Re: Registration for CPAN

2001-09-22 Thread Andreas J. Koenig
> On Fri, 21 Sep 2001 16:36:10 -0400, Michael Gilfix <[EMAIL PROTECTED]> said: > When I had originally started the naming scheme, I had > PersistentNotification::* but that was much too long. Perhaps simply > 'Notification' as a top level name is a good idea. Where do most sys > adm

Re: Registration for CPAN

2001-09-21 Thread Michael Gilfix
When I had originally started the naming scheme, I had PersistentNotification::* but that was much too long. Perhaps simply 'Notification' as a top level name is a good idea. Where do most sys admin tools fall under as I think these modules fit an immediate need for them. -- Mike On Thu,

Re: Registration

2001-09-21 Thread Kirrily Robert
In perl.modules, you wrote: >Name: Jay Wheeler >E-Mail:[EMAIL PROTECTED] >Homepage: http://www.geocities.com/jaywheeler.geo/ >UserID:JW-GEO > >I would like to contribute a DBI wrapper module, >QueryDBI.pm, designed to wrap the functionality of the >DBI module and ease in software des

RE: Registration Request

2001-09-21 Thread Michael Villeneuve
Title: RE: Registration Request Sounds like a good idea... I'll contact him to see waht he has to say. However, I still would like to have a PAUSE ID if I may.  There are some other modules that I have ideas for that could benefit others. Cheers,

Re: Registration Request

2001-09-20 Thread Kirrily Robert
In lists.projects.perl.modules, you wrote: > >I currently have some small modules that I would like to share with others. >One example is >an adaptation of Dave Cross' Array::Compare, called Array::Compare_Elem. >While Array::Compare >returns a boolean on whether the compared arrays differ, this

Re: Registration for CPAN

2001-09-20 Thread Kirrily Robert
In lists.projects.perl.modules, you wrote: > Hi! I'd like to contribute a suite of modules to CPAN. Here's the info you >guys need: > >Name: Michael Gilfix >Email: [EMAIL PROTECTED] >Homepage: http://www.eecs.tufts.edu/~mgilfix >Preferred-ID: MGILFIX > > The contribution would co

Re-registration

2001-09-20 Thread Joseph Davidson
name: Joseph Davidson email: [EMAIL PROTECTED] web: www.interguru.com/mailconv.htm user ID : INTERGURU Note this is a re-registration of "INTEGURU" which was misspelled I have modules which will translate email address books between many mail client formats ( such as Eudora, Pin

re: Registration Request of Philip Crow

2001-06-26 Thread Phil Crow
I just sent a request for a PAUSE id. I omitted my desired id: PHILCROW name: Philip Crow email: [EMAIL PROTECTED] Sorry for the omission. Phil __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: registration request

2001-06-01 Thread Andreas J. Koenig
> On Wed, 30 May 2001 01:29:27 +0200, Johan Van den Brande ><[EMAIL PROTECTED]> said: > I have some modules ready to share with the rest of the world. > One module is a JOT decoder ( JOT is a digital ink storage > format). The other modules are situated in the SMS field (GSM > SMS )

Re: Registration Request - KOLIBRIE

2001-05-31 Thread Andreas J. Koenig
> On Wed, 30 May 2001 10:14:45 -0400, Nathan Gray <[EMAIL PROTECTED]> said: > I have developed a module (Note.pm) which is well-suited for debugging Perl > scripts and modules. Maybe a namespace below Devel:: would be more appropriate than a new top level namespace? -- andreas

Re: Registration request

2001-05-21 Thread Andrew Wood
Oops ;-/ - I'd used the author list web page on CPAN.org due to limited online time, and it didn't appear to list an AWOOD ID. Try again: Name: Andrew Wood Email: [EMAIL PROTECTED] Homepage: http://www.ivarch.com/ User ID: A-WOOD Alternates: AJWOOD, IVARCH Is the Ter

Re: Registration request

2001-05-20 Thread Andreas J. Koenig
> On Sun, 20 May 2001 17:55:36 +0100, Andrew Wood <[EMAIL PROTECTED]> said: > Hi, I'd like to request PAUSE access. > Name: Andrew Wood >Email: [EMAIL PROTECTED] > Homepage: http://www.ivarch.com/ > User ID: AWOOD Application rejected:-/ That's what you ge

Re: Registration request

2001-05-20 Thread Andreas J. Koenig
> On Thu, 17 May 2001 22:25:23 +0200, Thomas Eibner <[EMAIL PROTECTED]> said: > Hi, > Request for registration on PAUSE: > Name: Thomas Eibner > E-mail: [EMAIL PROTECTED] > URL: http://thomas.eibner.dk/ > Prefered user-ID: THOMAS Done, welcome Thomas! > I have a module/applic

Re: Registration request

2001-05-11 Thread Andreas J. Koenig
> On Fri, 11 May 2001 13:10:27 +0200, "Yves Orton" <[EMAIL PROTECTED]> said: > Hi. Could I please be registered for CPAN access? > My details are as follows: > Name :Yves Orton > Email:[EMAIL PROTECTED] > Preferred User Id:Yves Done. > 2nd Choice User :

Re-registration request - Tie::LDAP

2001-01-07 Thread Taisuke Yamada
Hi. I just uploaded Audio::SoundFile discussed in separate thread, and noticed Tie::LDAP (which I uploaded about a year ago) was not registered in module list properly. It's been available from CPAN, but the name is not in modulelist and I couldn't access it from "Edit Module Metadata" page of P

Re: registration & new module AddressBook

2000-12-04 Thread mah
At Mon, 04 Dec 2000 14:26:23 -0500, David Leigh <[EMAIL PROTECTED]> wrote: > We have contacted the owner of an "AddressBook.pm" module which is > part of the PostScript-MailLabels distribution, but have heard no > response. Slight correction: he did eventually respond and had no objections.

Re: registration

2000-07-04 Thread Christophe Dehaudt
[EMAIL PROTECTED] wrote: > On Mon, 03 Jul 2000 16:14:47 +0200, Christophe Dehaudt <[EMAIL PROTECTED]> said:  > - contribution planning:  > 1) I already get a module that allows to Debug And Trace some perl  > code with 'programming by contract' principles. I plan to name it:  > 'D

Re: registration

2000-07-04 Thread Raphael Manfredi
Quoting [EMAIL PROTECTED]: :> On Mon, 03 Jul 2000 16:14:47 +0200, Christophe Dehaudt :<[EMAIL PROTECTED]> said: : > 2) I plan to release a module to ease the writing of CGI script with : > multiple screens. : :Could you add a few words for the archiving critters how the module is :po

Re: registration

2000-07-03 Thread Andreas J. Koenig
> On Mon, 03 Jul 2000 16:14:47 +0200, Christophe Dehaudt ><[EMAIL PROTECTED]> said: > - contribution planning: > 1) I already get a module that allows to Debug And Trace some perl > code with 'programming by contract' principles. I plan to name it: > 'Devel::Datum'. DLSI mail

Re: registration request

2000-06-02 Thread Kurt D. Starsinic
On Mon, May 29, 2000 at 03:09:03PM -0500, Ted Pedersen wrote: > > Name: Ted Pedersen > Email: [EMAIL PROTECTED] > homepage: http://www.d.umn.edu/~tpederse > Preferred User ID: TPEDERSE > > Plannning to Contribute: A Naive Bayesian Classifier. This is a simple yet > surprisingly effective supervi

Re: registration problem

2000-05-25 Thread Andreas J. Koenig
([EMAIL PROTECTED], please ignore. CC'd to [EMAIL PROTECTED] to give the addressee a chance to read the mail via web interface if mail still fails to him.) > On Thu, 25 May 2000 16:57:00 +, Jim Edwards <[EMAIL PROTECTED]> said: > Andreas, I tried the lost password script again about 6 h

Re: Registration

2000-05-23 Thread ray
Andreas, Yes, I did look at Storable::dclone. Clone::clone was degined to be called as a method, just add Clone to a package @ISA. It also allows the user to specify a depth of copy, and it's also ~2.5 times faster than dclone. - Ray F

Re: Registration

2000-05-21 Thread Andreas J. Koenig
> On Fri, 19 May 2000 17:14:35 -0700 (PDT), ray <[EMAIL PROTECTED]> said: > Hello, > I would like to contribute an XSUB module I wrote to clone a nested hash > or array object. It can be called either as a function or method and allows > the depth of the copy to be specified. Simple benc

Re: Registration for PAUSE

1999-12-19 Thread Ask Bjoern Hansen
On Mon, 13 Dec 1999, Christian Lackas wrote: > I've written a perl script that extracts images from postscriptfiles and I > want to upload it to the CPAN. For the details of getting the script into the script repository at CPAN you should talk to the [EMAIL PROTECTED] people. - ask -- ask b