Yeah, but...

> -----Original Message-----
> From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 16, 2003 6:20 AM
> To: Beau E. Cox
> Cc: [EMAIL PROTECTED]
> Subject: Re: gui with perl modules
> 
> 
> 
> 
> Beau E. Cox wrote:
> 
> > 
> > I almost *always* use this old-style config/make/install
> > sequence - rather than the CPAN shell - because I feel
> > like I have more control of the process and I can read the
> > README, INSTALL, etc. files before starting.
> > 
> 
> Just haven't read up on CPAN enough ;-) (neither had I until recently)...
> 
> Within the shell do:
> 
>  > o conf
> 
> This will dump you a list of configuration parameters. Then to set a 
> parameter do:
> 
>  > o conf <param>=<value>
> 
> In particular for install options you will probably want to be using, 
> 'make','make_arg',make_install_arg','makepl_arg' which correspond nicely 
> to the the command line options when doing the manual install.
> 
> For viewing the README, etc. you can issue:
> 
>  > get <module>
> 
> To download and unpack the module, then issue:
> 
>  > look <module>
> 
> Which will dump you to a sub shell inside the build directory where you 
> can look at the README, hack the makefile, etc. then just exit the sub 
> shell and you are back into CPAN where you started... Fun for the whole 
> family...
> 
> http://danconia.org
> 
> 

1) I am a creature of habit and my fingers have 'memorized'
perl Makefile.PL, make, ...

2) In the early days of the CPAN shell I had a lot of problems
and my brain can't forget them...

3) I am a closet power freak, and I like feeling I am in
control (even when I'm not)...

ON THE OTHER HAND

1) The auto-prerequi. is sooo nice...

2) CPAN shell is all fixed now...

AND

1) Thanks for the info.

2) :)  :)  :)

Aloha => Beau;


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to