If you don't get the automatic way to work soon enough, there is a half automatic way. you have to download the tar.gz, unpack it, go into the directory and type
cpan .
so you can at least save the Makefile.PL/Build.PL stuff (but you still have to download all dependencies yourself and do the same steps for each). | [reply] [d/l] |
i don't thing there is a better way to do... go through the readme file, download the supporting module...if there is any library file required then search for any RPM package for that lib.. from my experience i found that 'patient is much needed for beginners' while installing the modules..
| [reply] |
I think that your configuration isn't right. There is no cpansearch.perl.org for connecting to CPAN. Normally, when you try to download and install using CPAN, search.cpan.org is called, aka 64.235.248.44.
Now, if you are browsing CPAN and click "Source", then you'll get something like:
http://cpansearch.perl.org/src/DROLSKY/Log-Dispatch-2.27/lib/Log/Dispatch.pm.
Does that help? | [reply] |