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
DEPENDENCIES
This module requires these other modules and libraries:
Net::Whois::Raw
AnyEvent
AnyEvent::HTTP
COPYRIGHT AND LICENCE
Copyright (C) 2011 by Oleg G
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself