in reply to Re: Im struggling to use cpan to install modules
in thread Im struggling to use cpan to install modules

Hi Rodger, does that mean I can download the dependant modules via cpan, then make them manually
  • Comment on Re^2: Im struggling to use cpan to install modules

Replies are listed 'Best First'.
Re^3: Im struggling to use cpan to install modules
by Hofmator (Curate) on Aug 09, 2006 at 11:05 UTC
    does that mean I can download the dependant modules via cpan, then make them manually
    Yes, that means just that :)

    Try look Net::Aim from the cpan shell command line and it opens up a subshell in the appropriate directory. Then you can manually do the make.

    -- Hofmator

Re^3: Im struggling to use cpan to install modules
by Roger (Parson) on Aug 10, 2006 at 00:30 UTC
    That's correct, you can download modules and build them manually.