Archive for February, 2006

Reinitializing CPAN

I recently had to reinitialize my cpan repository after about an hour of pulling my hair out due to some modules not loading correctly. Here’s the call to reinit.

> perl -MCPAN::FirstTime -e CPAN::FirstTime::init

Comments