• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Gearman/H24-Aug-2018-3,7411,824

t/H24-Aug-2018-3,1842,578

CHANGESH A D24-Aug-201812.6 KiB326233

MANIFESTH A D24-Aug-2018923 4544

MANIFEST.SKIPH A D13-Mar-2017423 3225

META.jsonH A D24-Aug-20181.9 KiB7574

META.ymlH A D24-Aug-20181.1 KiB4948

Makefile.PLH A D13-Mar-20181.9 KiB6256

READMEH A D02-Jun-2017841 3422

TODOH A D13-Mar-2017139 42

README

1Gearman client, task and worker implementation for perl
2
3Gearman::Client - Client for gearman distributed job system
4Gearman::Task - a task in Gearman, from the point of view of a client
5Gearman::Worker - Worker for gearman distributed job system
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the
19perldoc command.
20
21    perldoc Log::Log4perl::Appender::Elasticsearch
22    perldoc Log::Log4perl::Appender::Elasticsearch::Bulk
23
24    perldoc Gearman::Client
25    perldoc Gearman::Task
26    perldoc Gearman::Worker
27
28LICENSE AND COPYRIGHT
29
30Copyright 2006-2007 Six Apart, Ltd.
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34