in reply to CPAN "install" redefines bunches of stuff. Should I worry?

Okay, the solution is as follows.

As before, use ppm not cpan.

In ppm, use

install log-logger
not
install log::logger
I still would like to know how to locate repositories that contain particular CPAN modules, but I didn't have to do that for log4perl, so I guess I'll leave this for another day.

thanks for your help!

thomas.

Replies are listed 'Best First'.
Re: Problem Solved. Use - not ::
by larryp (Deacon) on Dec 14, 2004 at 19:30 UTC

    Hi Thomas,

    PPM definitely makes installation easier under Windows. In order to find the modules you're looking for, you can type the following at the PPM prompt:

    search module_name

    So, in the case of your 'log-logger' module, you could type:

    search log-logger

    and you would get

    Searching in Active Repositories 1. Log-Logger [1.01] OO interface to user defined logfile 2. Log-Logger [1.01] OO interface to user defined logfile

    To install, you then type the 'install' command along with the name, or number, of the module.

    In addition, type 'help' at the PPM prompt to get a listing of the commands available. :)

    HTH,

    /Larry

Re: Problem Solved. Use - not ::
by Animator (Hermit) on Dec 14, 2004 at 18:47 UTC
    install Log::Logger should work aswell...

    Also, try (re-)installing/upgrading the CPAN module (use install Bundle::CPAN or do it manually). If I read all the previous post then this error occures when the CPAN version you have installed is outdate... It might failt to upgrade it...

    As a side note, you can find ppm-repositories servers for a module on http://kobesearch.cpan.org