By preferences file, do you mean ~/.cpan/CPAN/MyConfig.pm? I am not sure how it can interfere. I am posting the contents of MyConfig.pm below. Everything seems right to me...

$CPAN::Config = {

'build_cache' => q10,

'build_dir' => q/home/andy/perl5/build,

'cache_metadata' => q1,

'cpan_home' => q/home/andy/perl5,

'cpan_version_check' => q1,

'ftp' => q/usr/bin/ftp,

'ftp_proxy' => q[],

'getcwd' => qcwd,

'gpg' => q/usr/bin/gpg,

'gzip' => q/bin/gzip,

'histfile' => q/home/andy/perl5/histfile,

'histsize' => q100,

'http_proxy' => q[],

'inactivity_timeout' => q[0],

'index_expire' => q1,

'inhibit_startup_message' => q[0],

'keep_source_where' => q/home/andy/perl5/sources,

'lynx' => q/usr/bin/lynx,

'make' => q/usr/bin/make,

'make_arg' => q[],

'make_install_arg' => q[],

'makepl_arg' => qPREFIX=/home/andy/perl5,

'ncftp' => q[],

'ncftpget' => q[],

'no_proxy' => q[],

'pager' => q/usr/bin/less,

'prerequisites_policy' => qfollow,

'scan_cache' => qatstart,

'shell' => q/bin/bash,

'tar' => q/bin/tar,

'term_is_latin' => q1,

'unzip' => q/usr/bin/unzip,

'urllist' => [qftp://mirror.its.uidaho.edu/cpan/],

'wget' => q/usr/bin/wget,

};

1;

__END__


In reply to Re^3: Installing Modules Without Root by listanand
in thread Installing Modules Without Root by listanand

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.