I would like to use perlbrew to manage multiple Perl installations on my system.
However, in addition to the clean installs from CPAN and the system install, I have a couple of other Perl installs that are tied to specific projects. I would like to be able to switch
to these perls as well.
For example, if I have /opt/SomeApp/perl/bin/perl
with libraries in /opt/SomeApp/perl/lib
, how do I add it to perlbrew?