I want to setup a single Perlbrew installation to share among my team, so they don't all have to compile versions of Perl separately. So I set PERLBREW_ROOT and then installed Perlbrew on a network drive. Then I started sourcing the bashrc from my .profile-user file.
So far so good, but I'm not sure what to tell them to do. The documentation says every user needs to run "perlbrew init" first, but I never did that myself. Everything I did is in the first paragraph.
At any rate, what steps should I tell them to run?