HTTP-ProxyCheck
view release on metacpan or search on metacpan
docs/HTTP_ProxyCheck.html view on Meta::CPAN
message. Set <code>verbose_errors => 1</code> to enable verbose error messages and
<code>verbose_errors => 0</code> to disable verbose error messages.</p>
<p>Verbose error messages look like this:</p>
<pre>
$method failed: $error_message</pre>
<p>And non-verbose error messages like this:</p>
<pre>
$error_message</pre>
<p>The default value of <code>verbose_errors</code> is <code>0</code>.</p>
<p>With <code>print_error</code> and <code>raise_error</code> you can set the degree of automation of
the error handling.</p>
<p>If <code>print_error</code> is set to <code>1</code>, the error message is displayed with
<code>Carp::carp()</code>. Set <code>print_error</code> to <code>0</code> to disable this feature.</p>
<p>If <code>raise_error</code> is set to <code>1</code>, the error message is displayed with
<code>Carp::croak()</code> and the program is brought to an end. If <code>raise_error</code>
is set to <code>0</code>, this feature is disabled.</p>
<p>The default value of <code>print_error</code> is <code>1</code> and of <code>raise_error</code> it is <code>0</code>.</p>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="support">SUPPORT</a></h1>
<p>Contact the <a href="#author">AUTHOR</a>.</p>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="bugs">BUGS</a></h1>
<p>Unknown</p>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="version">VERSION</a></h1>
<pre>
HTTP::ProxyCheck version 1.2</pre>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="changes">CHANGES</a></h1>
<pre>
1.4 Thu May 25 10:47:42 CEST 2006
- Added installation instructions to README
1.3 Sun May 7 11:51:50 CEST 2006
- Charles Longeau <chl attuxfamily dot org> made a small patch to
specify the user agent, instead of a fixed "HTTP::ProxyCheck/$VERSION"
one.
1.2 Sat May 8 09:38:02 CEST 2004
- Fix to unset the error message of a previous IO::Socket::INET run
Thanks to Ben Schnopp <ben at schnopp dot com>
1.1 Tue Aug 12 19:45:00 CEST 2003
- rewrote the module
- added better error handling
- updated POD
1.0 Fri Feb 21 17:09:32 CET 2003
- gone stable after detailed testing
- updated POD (synopsis)
0.2 Fri Feb 21 11:57:43 CET 2003
- added check(answer => $type)
- renamed methods to gain more consistency
- updated POD (synopsis, methods)
0.1 Wed Feb 5 14:35:25 CET 2003
- original version</pre>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<pre>
Thomas Weibel
cpan@beeblebrox.net
<a href="http://beeblebrox.net/">http://beeblebrox.net/</a></pre>
<p>
<a href="#__index__"><small>[ back to top ]</small></a>
</p>
<hr />
<h1><a name="copyright">COPYRIGHT</a></h1>
<p>Copyright (c) 2004 - 2006 Thomas Weibel. All rights reserved.</p>
<p>This library is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.</p>
<p><a href="#__index__"><small>[ back to top ]</small></a></p>
</body>
</html>
( run in 0.541 second using v1.01-cache-2.11-cpan-39bf76dae61 )