Re: CPAN Modules continued

2002-06-27 Thread Barry Kingsbury
I, too, am a Win2K user of perl. As I'm using the ActiveEdge distribution, I use their perl package manager (ppm) to install modules. You can invoke the command from a DOS shell using the ppm3 command (if it's in your path). Use the help command to get more information. However, it's pretty si

Re: CPAN Modules continued

2002-06-27 Thread drieux
On Thursday, June 27, 2002, at 03:51 , Nigel Peck wrote: [..] > However, I have no program on my system called make. I'm running Perl > 5.6.0 on Win2k. What am I doing wrong or what haven't I got? Amongst the strategies open is to bring in Cygwin cf: http://www.google.com/search?hl=en&i

RE: CPAN Modules continued

2002-06-27 Thread Anders Holm
Hi Nigel. What you are looking for is something that would be distributed in a compiler package. There are different routes you could follow here, one being MS, another Open Source packages If all you need is the make program itself, here is one place to get such a program: http://www.gnu.o

Re: CPAN Modules

2002-06-26 Thread drieux
On Wednesday, June 26, 2002, at 02:23 , Paul Johnson wrote: [..] > I know, since two of my modules do that :-) [..] Volks, I just had the coffee break moment Up And SMACK me in the head. The Goal - a simple unified standard for perl module management, hence - "could this module hang in

Re: CPAN Modules

2002-06-26 Thread Paul Johnson
On Wed, Jun 26, 2002 at 12:16:47PM +0100, Nigel Peck wrote: > For all the CPAN modules I have used so far I have simply uncompressed > them and used the .pm's as they are. Would someone be kind enough to > explain to me why I should or shouldn't use the makefile.pl and test.pl > method of install

Re: CPAN Modules

2002-06-26 Thread bob ackerman
On Wednesday, June 26, 2002, at 08:50 AM, drieux wrote: > { embedded in that is - so how should I be making perl modules > in a standard way that will be easiest for the perl community. Trust > me that question will come - since you started with the right form > of "I found modules I can us

Re: CPAN Modules

2002-06-26 Thread drieux
On Wednesday, June 26, 2002, at 04:16 , Nigel Peck wrote: > For all the CPAN modules I have used so far I have simply uncompressed > them and used the .pm's as they are. Would someone be kind enough to > explain to me why I should or shouldn't use the makefile.pl and test.pl > method of installi

RE: CPAN Modules

2002-06-26 Thread Janek Schleicher
Robert Hanson wrote at Wed, 26 Jun 2002 13:51:27 +0200: > The biggest reason (for me) is that you want the module to test itself. It will >also inform you > if you don't have all of the prerequisite modules. Besides that, it's easier than >copying it once > you get used to it, and don't forget

RE: CPAN Modules

2002-06-26 Thread Hanson, Robert
The biggest reason (for me) is that you want the module to test itself. It will also inform you if you don't have all of the prerequisite modules. Besides that, it's easier than copying it once you get used to it, and don't forget that copying won't autosplit the module if that is what the author

Re: CPAN modules

2001-07-24 Thread John Fox
Donnie, You wrote: >1. Where/how/what is the setting to allow modules built via CPAN build >process to be located such that it is visible to my shell(bash ot tcsh) As far as I know, there is no such setting, and I do not believe one is even necessary, as your login shells have no relationship t