Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Problem Starting CPAN Shell with ftp.perl.org

by Anonymous Monk
on Jul 17, 2012 at 14:59 UTC ( [id://982256]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Problem Starting CPAN Shell with ftp.perl.org
in thread Problem Starting CPAN Shell with ftp.perl.org

So I did ... # perl -MCPAN -e 'shell' And then ... cpan> o conf urllist http://ppm.activestate.com/CPAN http://cpan.perl.org cpan> exit Terminal does not support GetHistory. Lockfile removed. But when I do # cpan I still get ... Fetching with Net::FTP: ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY Fetching with Net::FTP ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz
  • Comment on Re^4: Problem Starting CPAN Shell with ftp.perl.org

Replies are listed 'Best First'.
Re^5: Problem Starting CPAN Shell with ftp.perl.org
by Corion (Patriarch) on Jul 17, 2012 at 15:02 UTC
    # perl -MCPAN -e 'shell'
    And then ...
    cpan> o conf urllist http://ppm.activestate.com/CPAN http://cpan.p +erl.org cpan> exit Terminal does not support GetHistory. Lockfile removed.

    You did not save your configuration. Before leaving the CPAN shell, you need the

    o conf commit

    command. Just like the posts instructed you.

      # perl -MCPAN -e 'shell'
      Tip for the technically less experienced people: the quotes are unnecessary on all platforms that I know off, so to avoid portability problems, it may be better to drop them:
      perl -MCPAN -e shell
      Still getting the following even after the o conf commit
      Fetching with Net::FTP: ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 17:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found