AnyEvent-Whois-Raw

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

AnyEvent-Whois-Raw
================================

This module provides non-blocking AnyEvent compatible wrapper for Net::Whois::Raw.
It is not trivial to make non-blocking module from blocking one without full rewrite.
This wrapper makes such attempt. To decide how ugly or beautiful this attempt implemented
see source code of the module

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

lib/AnyEvent/Whois/Raw.pm  view on Meta::CPAN

    else {
      my $reason = shift;
      print "whois error: $reason";
    }
  };

=head1 DESCRIPTION

This module provides non-blocking AnyEvent compatible wrapper for Net::Whois::Raw.
It is not trivial to make non-blocking module from blocking one without full rewrite.
This wrapper makes such attempt. To decide how ugly or beautiful this attempt implemented
see source code of the module.

=head1 IMPORT

whois() and get_whois() by default

=head1 Net::Whois::Raw compatibilities and incompatibilities

=over



( run in 1.183 second using v1.01-cache-2.11-cpan-de7293f3b23 )