|
|
@ -39,7 +39,7 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
if [[ "$OSTYPE" == darwin* ]]; then |
|
|
|
if [[ "$OSTYPE" == darwin* ]]; then |
|
|
|
# Perl is slow; cache its output. |
|
|
|
# Perl is slow; cache its output. |
|
|
|
cache_file="${0:h}/cache.zsh" |
|
|
|
cache_file="${TMPDIR:-/tmp}/prezto-perl-cache.$UID.zsh" |
|
|
|
perl_path="$HOME/Library/Perl/5.12" |
|
|
|
perl_path="$HOME/Library/Perl/5.12" |
|
|
|
|
|
|
|
|
|
|
|
if [[ -f "$perl_path/lib/perl5/local/lib.pm" ]]; then |
|
|
|
if [[ -f "$perl_path/lib/perl5/local/lib.pm" ]]; then |
|
|
|