Changes for version 0.02 - 2014-06-21
- CHANGES
- Move concrete ::Connection classes to new Net::Gearman heirarchy
- Move Protocol::Gearman::Base functionallity into Protocol::Gearman itself; make that into an object class
Modules
provide a synchronous concrete Gearman implementation
concrete Gearman client over an IP socket
concrete Gearman worker over an IP socket
abstract base class for both client and worker
implement a Gearman client
a simple synchronous Gearman worker binding