Hi all,
yesterday I reinstalled perlbrew on my Mac OSX 10.9 Mavericks,
- installed perl-5.16.3 under perlbrew
- perlbrew install-cpanm
$ which cpanm
/Users/helmut/perl5/perlbrew/bin/cpanm
$ echo $PERL_CPANM_OPT
$ echo $PATH
/Users/helmut/perl5/perlbrew/bin:/Users/helmut/perl5/perlbrew/perls/pe
+rl-5.16.3/bin:/opt/local/bin:/opt/local/sbin:/Library/PostgreSQL/9.3/
+bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
But cpanm installed suggested dependencies in case of a plain
$ cpanm Minilla
Where does this installation of the suggested dependencies come from? How can I find it? BTW: Yes, there is more than one cpanm installed (System Perl, Macports, perlbrew)
Means: cpanm behaves like the option --with-suggests is specified/configured, but where can I find this configuration?
TIA
Helmut Wollmersdorfer
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.