diff options
Diffstat (limited to 'perl/perlbrew/README')
-rw-r--r-- | perl/perlbrew/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perlbrew/README b/perl/perlbrew/README new file mode 100644 index 0000000000..5b037d037e --- /dev/null +++ b/perl/perlbrew/README @@ -0,0 +1,8 @@ +perlbrew (Manage perl installations in your $HOME) + +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 is installed under ~/perl5/perlbrew. You then need to +include a bashrc/cshrc provided by perlbrew to tweak the PATH for you. |