+PERL_MM_OPT="PREFIX=$HOME"
authorshort <>
Sat, 29 Sep 2001 23:34:13 +0000 (23:34 +0000)
committershort <>
Sat, 29 Sep 2001 23:34:13 +0000 (23:34 +0000)
  - for Perl ExtUtils::MakeMaker in regular-user environment

.bashrc

diff --git a/.bashrc b/.bashrc
index 01cb1e2..08817d7 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -41,6 +41,7 @@ export IGNOREEOF=10
 export TMOUT=900
 export EDITOR='vim'
 export LC_CTYPE=cs_CZ.ISO-8859-2
+export PERL_MM_OPT="PREFIX=$HOME"
 
 function cvsdiff    { cvs diff   "$@" 2>&1|             less; }; export -f cvsdiff
 function cvsdiffi   { cvs diff   "$@" 2>&1|grep -v '^?'|less; }; export -f cvsdiffi