mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-14 15:49:09 +00:00
[Fix #110] Add documentation for perl
This commit is contained in:
@@ -5,16 +5,6 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# For Perl older than 5.10.14, install local::lib.
|
||||
# curl -L -C - -O http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-1.008004.tar.gz
|
||||
# tar xvf local-lib-1.008004.tar.gz
|
||||
# cd local-lib-1.008004
|
||||
# perl Makefile.PL --bootstrap=$HOME/Library/Perl/5.12
|
||||
# make && make test && make install
|
||||
#
|
||||
# Install cpanminus:
|
||||
# curl -L http://cpanmin.us | perl - --self-upgrade
|
||||
#
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
# Perl is slow; cache its output.
|
||||
cache_file="${0:h}/cache.zsh"
|
||||
|
Reference in New Issue
Block a user