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

NAME

Net::SeedServe - Perl module for implementing a seed server.

DESCRIPTION

Do not use this module directly - use Net::SeedServe::Server instead).

Consult the documentation of Net::SeedServe::Server.

METHODS

$server = Net::SeedServe->new(port => $port, status_file => $status_filename)

Constructs a new seed server object on a certain port with a certain status file.

$server->loop();

Starts a loop.

AUTHOR

Shlomi Fish, http://www.shlomifish.org/

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Shlomi Fish

This library is free software, you can redistribute and/or modify and/or use it under the terms of the MIT X11 license.