mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Update to 0.72 - Sort PLIST - Update pkg-descr Changes: http://search.cpan.org/dist/App-perlbrew/Changes
14 lines
732 B
Text
14 lines
732 B
Text
perlbrew is a program to automate the building and installation of perl in an
|
|
easy way. It provides multiple isolated perl environments, and a mechanism for
|
|
you to switch between them.
|
|
|
|
Everything are installed unter ~/perl5/perlbrew. You then need to include a
|
|
bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
|
|
benefit from not having to run 'sudo' commands to install cpan modules because
|
|
those are installed inside your HOME too.
|
|
|
|
For the documentation of perlbrew usage see perlbrew command on CPAN, or by
|
|
running perlbrew help. The following documentation features the API of
|
|
App::perlbrew module, and may not be remotely close to what your want to read.
|
|
|
|
WWW: http://search.cpan.org/dist/App-perlbrew/
|