Redis::JobQueue package version 0.08
====================================

The Redis::JobQueue package is a set of Perl modules which provides a
simple job queue with Redis server capabilities.

The Redis::JobQueue package was written, tested, and found working on 
recent Linux distributions.

INSTALLATION

To install this package type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

In order to install and use this package you will need Perl version
5.010 or better. Some modules within this package depend on other
packages that are distributed separately from Perl. We recommend that
you have the following packages installed before you install
Redis::JobQueue :

   Data::UUID
   Mouse
   Params::Util
   Redis

The Redis::JobQueue package has the following optional dependencies:

   Test::Exception
   Test::RedisServer
   Test::TCP

If the optional modules are missing, some "prereq" tests are skipped.

The installation of the missing dependencies can either be accomplished
through your OS package manager or through CPAN (or downloading the source
for all dependencies and compiling them manually).

TESTING

You need to have a running Redis instance before launching the test.

DOCUMENTATION

Every Redis::JobQueue package module has a man page.
A simple description of each module is included below in the SEE ALSO section.

SEE ALSO

The basic operation of the Redis::JobQueue package modules:

   Redis::JobQueue      - Object interface for creating, executing jobs
                          queues, as well as monitoring the status and results
                          of jobs
   Redis::JobQueue::Job - Object interface for jobs creating and manipulating

COPYRIGHT AND LICENCE

Copyright (C) 2012 by TrackingSoft LLC.
All rights reserved.

This package is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. See perlartistic at
http://dev.perl.org/licenses/artistic.html .

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.