[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Re: CPAN-1.54



On Sun, Mar 26, 2000 at 08:18:10PM -0500, Larry Moore wrote:
} At 17:54 -0500 26/03/2000, schinder@pobox.com wrote:
} >That just looks like you didn't connect to the server.  Are you sure
} >ftp.perl.org was up?  I used libnet-1.0703 with CPAN-1.54 today with no
} >problems.
}=20
} possibly ftp.perl.org wasn't up last night and today?  That's not it.
} I command-clicked on the ftp in the MacPerl window and Netscape fetched t=
he
} file.
}=20
} >Paul Schinder
} >schinder@pobox.com
}=20
}=20
} cpan shell -- CPAN exploration and modules installation (v1.54)
} ReadLine support available (try ``install Bundle::CPAN'')
}=20
} cpan> reload index
} CPAN: LWP::UserAgent loaded ok
} Fetching with LWP:
}   ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
} Fetching with Net::FTP:
}   ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
} # Can't locate object method "requires_firewall" via package "Net::Config=
".
} File 'External_HD:Perl:MacPerl =9F:site_perl:Net:FTP.pm'; Line 52
}=20
} cpan>
}=20
} I have
}=20
} =09# If you have an ftp proxy firewall (not a http firewall)
} =09# then set this to the name of the firewall
}  ftp_firewall =3D> 0,
} in Net::Config.

Where did your Net::Config come from?  Graham added a function
"requires_firewall" one or two versions ago.  In your case, since you
don't have a firewall, a simple "sub requires_firewall {return 0;}" in
your Net::Config should suffice.  Or you can get the one out of a
recent Net::Config from the distribution, like I did.  If you do that,
you should set ftp_firewall =3D> undef.

}=20
} Advise?
}=20
}=20
}=20
}=20

--=20
Paul Schinder
schinder@pobox.com

# =3D=3D=3D=3D=3D Want to unsubscribe from this list?
# =3D=3D=3D=3D=3D Send mail with body "unsubscribe" to macperl-request@macp=
erl.org