|
|
| "be consistent" | |
| PerlMonks |
Re: perlbrew -- permission denied problemsby tobyink (Prior) |
| on Jan 14, 2013 at 09:07 UTC ( #1013169=note: print w/ replies, xml ) | Need Help?? |
|
It is probably a left-over in your ~/.cpan directory from when you used to run cpan as root. I'd recommend deleting your ~/.cpan/sources and ~/.cpan/build directories and recursively chowning the rest of ~/.cpan so that it is owned by your non-root username. Going forward I'd recommend running perlbrew install-cpanm and then using cpanm as your CPAN client. Or App::cpantimes :-)
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||