Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: The interactive shell to do the local cpan configuration

by zli034 (Monk)
on Sep 02, 2007 at 20:22 UTC ( [id://636631]=note: print w/replies, xml ) Need Help??


in reply to Re: The interactive shell to do the local cpan configuration
in thread The interactive shell to do the local cpan configuration

o conf init

This is what I want
  • Comment on Re^2: The interactive shell to do the local cpan configuration

Replies are listed 'Best First'.
Re^3: The interactive shell to do the local cpan configuration
by sgt (Deacon) on Sep 03, 2007 at 13:14 UTC

    well I usually change directly the CPAN::MyConfig.pm in the .cpan directory. I also need different ones to manage various distros and proxies. In the end I use aliases/scripts like this:

    % steph@ape (/home/stephan/) % % cat /bin/perl_cpan58[78] #!/usr/bin/bash perl -I ~/.cpan587 -MCPAN::MyConfig -MCPAN "$@" #!/usr/bin/bash PATH=/opt/perl588/bin:/usr/bin perl -I ~/.cpan588 -MCPAN::MyConfig -MCPAN "$@"
    cheers --stephan

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found