I want to have my Perl program support both Win32 开发者_C百科Registry and the similar feature in Linux.
I have started using perlbrew and installed perl-5.12.2. I understand I need to re-install my CPAN modules, so I switched to my new Perl version (perlbrew switch perl-5.12.2 and hash -r), verified t
I\'m using cpanm to install Perl modules, but I can\'t install Thread::Pool for some reason: $ sudo cpanm Thread::Pool
How do I update all my CPAN modules 开发者_Go百科to their latest versions?An alternative method to using upgrade from the default CPAN shell is to use cpanminus and cpan-outdated.
It 开发者_开发知识库seems some (many?) modules on CPAN are partly implemented in C using XS, and can fall back to a pure-perl implementation if necessary. While this is smart, it can obviously hurt pe
I was trying to update version of Subversion used by git svn and so I ran the following command. > cpan SVN::Core
I am using the macports in snow leopard. I wanted to install certain perl modules to be able to run a script. The DateTime module to be exact. How do I do this? I tried using the following command.
I tried to install SOAP::WSDL on Ubuntu 8.04 Server through CPAN but got the following error message:
Here How do I automate CPAN configuration? I\'ve found some answers which led to some questions. I tried cpan -j config.pm, but as far as I can see it is meant for per installation usage, not for chan
I\'m testing my project installation script on CentOS5.5. My project need Date::Manip module which requires feature module...