All Questions
3 questions
1
vote
0
answers
48
views
how to migrate perlbrew to other debian server
Im new to perl.
I have a debian server with perlbrew istallation.
There is a custom module which a want on new debian server.
Module is owned by my company.
What is the best way to achieve funktional ...
4
votes
2
answers
3k
views
Why won't a module installed by `cpanm` be recognized?
I installed perl-5.12.2 using perlbrew:
perlbrew install perl-5.12.2 -D=usethreads -D=useithreads -D=uselargefiles -f
I then switched to this version and installed IPC::System::Simple using cpanm.
...
49
votes
3
answers
29k
views
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 ...