ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Whois-IP/IP.pm
Revision: 1.1
Committed: Thu Nov 28 10:34:13 2002 UTC (21 years, 5 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# Content
1 =head1 NAME
2
3 Net::Whois::IP - find whois data for ip addresses
4
5 =head1 SYNOPSIS
6
7 use Net::Whois::IP;
8
9 =head1 DESCRIPTION
10
11 =over 4
12
13 =cut
14
15 package Net::Whois::IP;
16
17 BEGIN {
18 $VERSION = 0.01;
19 @EXPORT_OK = qw();
20 }
21
22 use base Exporter;
23
24 =item
25
26 =cut
27
28 1;
29
30 =back
31
32 =head1 AUTHOR
33
34 Marc Lehmann <pcg@goof.com>
35 http://www.goof.com/pcg/marc/
36
37 =cut
38