Hello,

Output of perl -v:

~ -> perl -v This is perl 5, version 21, subversion 6 (v5.21.6) built for darwin-2l +evel [... stripped the copyright etc...]

The actual perl bin directory is ~/perl5/perlbrew/perls/perl-5.21.6/bin. This is the /Users/sdk/perl5 directory:

~ -> ls -1 perl5/*/* perl5/perlbrew/build.perl-5.21.6.log perl5/lib/perl5: Getopt darwin-2level perl5/man/man3: Getopt::Mixed.3 perl5/perlbrew/bin: cpanm patchperl perlbrew perl5/perlbrew/build: perl-5.21.6 perl5/perlbrew/dists: perl-5.21.6.tar.bz2 perl5/perlbrew/etc: bashrc csh_reinit csh_set_path csh_wrapper cshrc perlbrew-completion.bash perlbrew.fish perl5/perlbrew/perls: perl-5.21.6

I've changed my env. variables to the values below and tried again. No change. Exactly the same cpanm output.

PERL_LOCAL_LIB=/Users/sdk/perl5/perlbrew/perls/perl-5.21.6/lib # I tri +ed with and without /lib PERL_MB_OPT=--install_base "/Users/sdk/perl5/perlbrew/perls/perl-5.21. +6" PERL_MB_OPT='--install_base "/Users/sdk/perl5/perlbrew/perls/perl-5.21 +.6"' PERL_MM_OPT=INSTALL_BASE=/Users/sdk/perl5/perlbrew/perls/perl-5.21.6
Thank you for looking into this. - sdk

In reply to Re^2: MacOSX: perlbrew + cpanm, dependency check broken? by sdkdev
in thread MacOSX: perlbrew + cpanm, dependency check broken? [SOLVED] by sdkdev

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.