HTTP-ProxyCheck

 view release on metacpan or  search on metacpan

lib/HTTP/ProxyCheck.pm  view on Meta::CPAN

message. Set C<< verbose_errors => 1 >> to enable verbose error messages and 
C<< verbose_errors => 0 >> to disable verbose error messages.

Verbose error messages look like this:

    $method failed: $error_message

And non-verbose error messages like this:

    $error_message

The default value of C<verbose_errors> is C<0>.

With C<print_error> and C<raise_error> you can set the degree of automation of
the error handling.

If C<print_error> is set to C<1>, the error message is displayed with 
C<Carp::carp()>. Set C<print_error> to C<0> to disable this feature.

If C<raise_error> is set to C<1>, the error message is displayed with 
C<Carp::croak()> and the program is brought to an end. If C<raise_error>
is set to C<0>, this feature is disabled.

The default value of C<print_error> is C<1> and of C<raise_error> it is C<0>.

=head1 SUPPORT

Contact the L</"AUTHOR">.


=head1 BUGS

Unknown


=head1 VERSION

    HTTP::ProxyCheck version 1.2


=head1 CHANGES

    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

=head1 AUTHOR

    Thomas Weibel
    cpan@beeblebrox.net
    http://beeblebrox.net/


=head1 COPYRIGHT

Copyright (c) 2004 - 2006 Thomas Weibel. All rights reserved.

This library is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.

=cut



( run in 1.107 second using v1.01-cache-2.11-cpan-39bf76dae61 )