I'm a completely new to Perl, and I'm having trouble installing perlbrew. Someone was helping me, but he's busy all day today, so I'm trying to figure this out on my own. I installed the perlbrew root and modified the bashrc, but now I can't install any version of perlbrew (5.14.2 or any other). This is the error I receive:
Installing /Users/wuzl/perl5/perlbrew/build/perl-5.14.2 failed.
See /Users/wuzl/perl5/perlbrew/build.log to see why.
If you want to force install the distribution, try:
perlbrew --force install perl-5.14.2
I tried the force install, and that didn't work either. So I checked the log, it said a whole bunch of stuff, and at the end:
I can't find make or gmake, and my life depends on it.
Go find a public domain implementation or fix your PATH setting!
sh: make: command not found
sh: make: command not found
What does that mean?