Re: Automating installation of a C library

2010-03-02 Thread Kartik Thakore
Hi Craig, How do I use the WPAD query to get the .pac file? It would be awsome to add this for Alien::SDL build. Kartik Thakore On 2010-03-02, at 3:13 PM, cr...@animalhead.com wrote: Thank you, JE and your patch are the answer to my problem! Someone ought to do something about the fact th

Re: Automating installation of a C library

2010-03-02 Thread Kartik Thakore
I made a bug report for it. Bug the author to accept it :) regards, Kartik Thakore On 2010-03-02, at 3:13 PM, cr...@animalhead.com wrote: Thank you, JE and your patch are the answer to my problem! Someone ought to do something about the fact that JE doesn't come up on a search.cpan.org search

Re: Automating installation of a C library

2010-03-02 Thread craig
Thank you, JE and your patch are the answer to my problem! Someone ought to do something about the fact that JE doesn't come up on a search.cpan.org search for "javascript" until page 12! Might it be possible you could please put a version of HTTP::ProxyPac that uses JE on CPAN? Thanks much, cm

Re: Automating installation of a C library

2010-03-02 Thread Kartik Thakore
Kartik Thakore On 2010-03-01, at 10:47 PM, cr...@animalhead.com wrote: Hi module authors, I'm working on a module that has an accompanying script that can be scheduled (cron'ed on Unix/Linux) to update its database from the internet. The biggest problem with this, that is not covered by L

Re: Automating installation of a C library

2010-03-02 Thread Ben Morrow
Quoth cr...@animalhead.com: > Hi module authors, > > I'm working on a module that has an accompanying script that can > be scheduled (cron'ed on Unix/Linux) to update its database from > the internet. The biggest problem with this, that is not covered by > LWP, > is that of proxies. > > I know

Re: Automating installation of a C library

2010-03-02 Thread craig
The one at work leads to five different proxies plus DIRECT which seems an important distinction. Finding a way to execute the thing would seem the easiest way to select one of these. Thanks for replying, cmac On Mar 2, 2010, at 7:20 AM, David Nicol wrote: how about looking at a few .pac fil

Automating installation of a C library

2010-03-01 Thread craig
Hi module authors, I'm working on a module that has an accompanying script that can be scheduled (cron'ed on Unix/Linux) to update its database from the internet. The biggest problem with this, that is not covered by LWP, is that of proxies. I know how to access environment variables plus th