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

NAME

Net::Gearman - provide a synchronous concrete Gearman implementation

DESCRIPTION

This module provides a simple synchronous concrete implementation to run a Protocol::Gearman::Client or Protocol::Gearman::Worker on top of. It shouldn't be used directly; see instead

CONSTRUCTOR

$gearman = Net::Gearman->new( %args )

Returns a new Net::Gearman object. Takes the same arguments as IO::Socket::IP. Sets a default value for PeerService if not provided of 4730.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>