NAME

Gearman::XS - Perl front end for the Gearman C library.

DESCRIPTION

This is the Perl API for Gearman, a distributed job system. More information is available at:

  http://www.gearman.org

It aims to provide a simple interface closely tied to the C library.

METHODS

Gearman::XS::strerror($ret)

Return string translation of return code.

BUGS

Any in libgearman plus many others of my own.

COPYRIGHT

Copyright (C) 2013 Data Differential, ala Brian Aker, http://datadifferential.com/ Copyright (C) 2009-2010 Dennis Schoen

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Brian Aker <brian@tangent.org>