Net::Whois::RIPE

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

This is an evolution of the module I inherited from Luis Motta Campos.
Which was a complete rewrite of the old version of the module inherited from
Paul Gampe. It incorporated new concepts Luis have learned while working at the
RIPE NCC between Nov 2007 and Jan 2010. 

I've strived to maintain backward compatibility while providing a modern perl
implementation featuring all the currently available features of a RIPE
Database client.

For more information about the RIPE Database, please refer to the RIPE NCC
website at http://www.ripe.net/whois

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

AUTHORS

Arnaud Assad
Luis Motta Campos
Paul Gampe
Kevin Backer

LICENCE

Copyright (C) 2012-2020 Arnaud ASSAD
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.

THANKS

Thanks to DOOLTA (https://www.doolta.com) for sponsoring the maintenance of this module.