cpan
Is there some lightweight user preference support in CPAN?
I want to have my Perl program support both Win32 开发者_C百科Registry and the similar feature in Linux.[详细]
2023-01-17 06:47 分类:问答How do I install CPAN modules while using perlbrew?
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[详细]
2023-01-17 00:39 分类:问答How can I install `Thread::Pool` from CPAN?
I\'m using cpanm to install Perl modules, but I can\'t install Thread::Pool for some reason: $ sudo cpanm Thread::Pool[详细]
2023-01-16 12:57 分类:问答How do I update all my CPAN modules to their latest versions?
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.[详细]
2023-01-16 05:13 分类:问答Stopping Perl XS modules from silently falling back to pure-perl
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[详细]
2023-01-14 22:55 分类:问答I upgraded SVN::Core via CPAN and now git-svn doesn't recognise http:// URLs
I was trying to update version of Subversion used by git svn and so I ran the following command. > cpan SVN::Core[详细]
2023-01-14 10:43 分类:问答Why can't my CPAN client from MacPorts find Module::Build?
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.[详细]
2023-01-13 00:38 分类:问答Dependency problem of Perl CPAN modules
I tried to install SOAP::WSDL on Ubuntu 8.04 Server through CPAN but got the following error message:[详细]
2023-01-12 04:17 分类:问答How do I automate the initial CPAN configuration?
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[详细]
2023-01-11 22:42 分类:问答How to handle modules that require Perl devel version on CPAN?
I\'m testing my project installation script on CentOS5.5. My project need Date::Manip module which requires feature module...[详细]
2023-01-11 12:11 分类:问答