The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Net::Whois::RIPE

A pure-perl programming interface to the RIPE Database Whois service.

This is a complete rewrite of the old version of the module Luis Motta Campos inherited from Paul Gampe.

This repository (try to) follow the git-flow development model, so please use the 'develop' branch for your work/pull request.

 INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Net::Whois::RIPE

You can also look for information at:

GitHub.
    https://github.com/arhuman/Net-Whois-RIPE


Search CPAN
    http://search.cpan.org/dist/net-whois-ripe

COPYRIGHT AND LICENCE

Copyright (C) 2010 Luis Motta Campos

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