Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
cuilster's user avatar
  • 123
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. ...
David B's user avatar
  • 29.9k
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 ...
David B's user avatar
  • 29.9k