Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: problem with cpan configuration

by JavaFan (Canon)
on Oct 17, 2011 at 08:38 UTC ( [id://931864]=note: print w/replies, xml ) Need Help??


in reply to problem with cpan configuration

As far as I know, CPAN will not ask for a user name and password. But you should be able to use the username/password form of the URL.

Replies are listed 'Best First'.
Re^2: problem with cpan configuration
by Anonymous Monk on Oct 17, 2011 at 09:03 UTC

    http://search.cpan.org/grep?cpanid=ANDK&release=CPAN-1.9800&string=prompt&i=1&n=1&C=0

    1079: $CPAN::Frontend->myprint($prompts{proxy_user}) unless + $auto_config; 1081: if ($CPAN::Config->{proxy_user} = prompt("Your proxy +user id?",$default)) { 1082: $CPAN::Frontend->myprint($prompts{proxy_pass}) un +less $auto_config; 1087: $CPAN::Frontend->myprint($prompts{password_wa +rn}) unless $auto_config; 1089: $CPAN::Config->{proxy_pass} = prompt_no_strip("Yo +ur proxy password?");
    lib/CPAN/HTTP/Credentials.pm 36: my $username_prompt = "\nProxy authentication needed! 42: _get_username_and_password_from_user($username_prompt); 56: my $username_prompt = "\nAuthentication needed! 63: _get_username_and_password_from_user($username_prompt); 71: ExtUtils::MakeMaker->import(qw(prompt)); 72: $username = prompt($username_message); 81: $password = prompt("Password:");

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://931864]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-03-28 23:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found