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

NAME

Daemon::Whois - A WHOIS daemon

VERSION

Version 1.11

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

    use Daemon::Whois;

    my $foo = Daemon::Whois->new();
    ...

VARIABLES

$database - The location of the database $log_file - The location of the log file $no_db - The error message when there is no database $copyright- The footnote $no_domain_found - Another error condition $string_replace - Improving the error message $user - The user that the daemon runs as $group - The group the daemon runs as $proto - You don't want to change this $port - Not a WHOIS server if it is not port 43 $template - A suggested layout

METHOD

    If called with a file location that includes the database name this 
script will build an example database. (In the original version _build
accessed the database using Notice::DB Config::Auto DBIx::Class to 
collect the data and CDB_File to build the whois.cdb file.)

SERVER

The server is called if invoked without any arguments. The log output is disabled just to pass the make test; Once you create the logfile with the user:group specified above, you can enable it.

process_request

The real meat of the server

SUBROUTINES/METHODS

_build

This will build an example database.

AUTHOR

Alexx Roche, <notice-dev at alexx.net>

BUGS

Please report any bugs or feature requests to bug-daemon-whois at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Daemon-Whois. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Daemon::Whois

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright (C) 2011 Alexx Roche

This program is free software; you can redistribute it and/or modify it under the Eclipse Public License, Version 1.0

See http://www.opensource.org/licenses/ for more information.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.