At 8:26 PM -0600 11/14/02, Puneet Kishor wrote:
Also, which make do you use to get modules installed from CPAN?


no idea. Just say "install whateveryouwant" at the cpan prompt and it does it all.

Please elaborate more on your problems. That is the only way others can help you.
Two possibilities.

1. You're used to some version of make which does cpan installs?

sudo perl -MCPAN -e shell
install xxx

or what I do
perl -MCPAN -e shell
get xxx
quit
cd ~/.cpan/build/yyy
perl Makefile.pl
make
make test
sudo make install
which gives me more control.

More to the point though, if you haven't installed the developer package, you don't have a make at all--that may be your problem.
--

Kee Hinckley - Somewhere.Com, LLC
http://consulting.somewhere.com/

I'm not sure which upsets me more; that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

Reply via email to