• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HTTP/H27-Mar-2010-1,018628

t/H27-Mar-2010-174134

ChangesH A D27-Mar-2010591 1813

MANIFESTH A D12-Mar-2010197 1413

META.ymlH A D27-Mar-2010645 2625

Makefile.PLH A D26-Mar-2010889 2319

READMEH A D27-Mar-20102.2 KiB6043

README

1HTTP::ProxyPAC is Copyright 2005, Tatsuhiko Miyagawa <miyagawa@bulknews.net>,
2                  Copyright 2010, Craig MacKenna <craig@animalhead.com>
3
40.2 March 2010
5
6INSTALL via CPAN or CPANPLUS, or
7
8    * download HTTP-ProxyPAC-0.n.tar.gz into a good place for building
9    * cd into that place
10    * tar -xf HTTP-ProxyPAC-0.n.tar.gz makes a similarly-named folder
11    * cd into it
12    * perl Makefile.PL
13    * make
14    * make test
15    * sudo make install  (your system may not want sudo)
16
17DESCRIPTION
18
19    Modern references include:
20      http://en.wikipedia.org/wiki/Proxy_auto-config
21      http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol
22      http://www.craigjconsulting.com/proxypac.html
23      http://www.returnproxy.com/proxypac/
24
25    This version will use the JavaScript module and I<libjs> from
26    Mozilla, if it finds JavaScript installed.  Otherwise it will use
27    the JE module as its JavaScript interpreter, so that CPAN or
28    CPANPLUS can do the whole installation.
29
30    If you have any problems, please complain to craig@animalhead.com
31    rather than the original author.  Include the error message and
32    the .pac or wpad.dat file.
33
34LICENSE INFORMATION
35
36    This module is free software; you may redistribute it and/or modify
37    it under the same terms as Perl 5.10.1.  For more details, see the
38    full text of the licenses at
39
40    <http://www.perlfoundation.org/artistic_license_1_0> and
41    <http://www.gnu.org/licenses/gpl-2.0.html>.
42
43    This program is distributed in the hope that it will be useful, but
44    it is provided "as is" and without any express or implied warranties.
45    For details, see the full text of the licenses at the above URLs.
46
47
480.01 May 2006
49
50    This module is being developed to provide access for Perl scripts
51    to the Proxy Auto Config format from Netscape.  The original
52    description is now archived at:
53
54    http://linuxmafia.com/faq/Web/autoproxy.html
55
56    HTTP::ProxyPAC allows use of a Proxy Auto Configuration file to
57    find an appropriate proxy for a URL.  You can use a .pac file
58    from Firefox, IE or Opera, or a wpad.dat file obtained via the
59    WPAD protocol (see 2nd link in DESCRIPTION).
60