Subject: | Getting GP/PARI via Net::FTP fails during installation |
when installing via CPAN I get :
Do you want to me to fetch GP/PARI automatically?
(If you do not, you will need to fetch it manually, and/or direct me to
the directory with GP/PARI source via the command-line option paridir=/dir)
Make sure you have a large scrollback buffer to see the messages.
Fetch? (y/n, press Enter) y
Getting GP/PARI from ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/
Can't locate object method "passv" via package "Net::FTP" at utils/Math/PariBuild.pm line 190, <> line 1.
Can't fetch file with Net::FTP
I fixed this by editing line 190 to use ->pasv rather than the typo ->passv