In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Sherm Pendley) wrote:
> Looking at Net::Config, it appears that Perl's Net::* modules, which LWP > is built upon, honor the system preferences. If you're looking at the InternetConfig stuff, that's only for $^O eq 'MacOS', not $^O eq 'darwin'. Mac::InternetConfig is going to be ported to Mac OS X eventually, most likely (it's a pain as the API has changed somewhat), and then we probably can make that work with Mac OS X. The Right Answer for now would be to hardcode the value in Net/Config.pm, I believe. -- Chris Nandor [EMAIL PROTECTED] http://pudge.net/ Open Source Development Network [EMAIL PROTECTED] http://osdn.com/
