From the configuration, obviously :)
http://perl5.git.perl.org/perl.git/blob/978b5c81acdd9245251f6182632db23eb26ff2fb:/lib/CPAN.pm
4564 $system = join " ", $CPAN::Config->{'make'}, $CPAN::Config->{
+make_arg};
4565 if (system($system) == 0) {
4566 $CPAN::Frontend->myprint(" $system -- OK\n");
4567 $self->{'make'} = "YES";
4568 } else {
4569 $self->{writemakefile} ||= "YES";
4570 $self->{'make'} = "NO";
4571 $CPAN::Frontend->myprint(" $system -- NOT OK\n");
4572 }
So when
CPAN::FirstTime::init() was prompting the OP for values for CPAN::Config, a k sneaked into bin :)
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.