From: John Drabinowicz <[EMAIL PROTECTED]>
> OK, so my boss has decided that I'm going to use log4perl, as the
> developers are using log4j to be compatible.
> 
> Now I've downloaded the log4perl package from source forge.
> 
> Now I try to install and the install instructions say:
> "Everything is automatically fetched from CPAN if you are using the
> CPAN shell (CPAN.pm)."
> 
> Alrighty then, I go the CPAN and there are all kinds of CPAN
> modules/utilities and whatnot, but no search of the site shows up a
> CPAN.pm.

CPAN.pm is already installed on your computer.

They mean that if you install log4perl itself with CPAN.pm all the 
dependencies will be installed as well:

Run
        perl -MCPAN -e 'install Log::Log4perl'
or
        perl -MCPAN -e shell;
        install Log::Log4perl

and you should be ready.

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to