No, no, no, no. The problem is that Mac OS X uses passive FTP by default.
You have to set an environmental variable -- FTP_PASSIVE=1 to let CPAN know how to FTP properly.
If you're using bash, type "export FTP_PASSIVE=1" in your shell; tcsh, type "setenv FTP_PASSIVE 1".
| [reply] |
Thanks everyone for the replies. I tried setting the env variable FTP_PASSIVE=1 and cpan worked straight away. Perl Monks just saved me many hours.
| [reply] |