=head1 NAME Net::Whois::IP - find whois data for ip addresses =head1 SYNOPSIS use Net::Whois::IP; =head1 DESCRIPTION =over 4 =cut package Net::Whois::IP; BEGIN { $VERSION = 0.01; @EXPORT_OK = qw(); } use base Exporter; =item =cut 1; =back =head1 AUTHOR Marc Lehmann http://www.goof.com/pcg/marc/ =cut