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 (should not be used directly - use Net::SeedServe::Server instead).

DESCRIPTION

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, <shlomif@iglu.org.il>

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.