GearmanX-Starter

If you want to run tests on a live local gearman server, set
the environment variable GEARMAN_LIVE_TEST to "1".
Make sure a gearmand server process is started on the local
server (this test suite does not start gearmand). To start a gearman
server, enter (adjust path as appropriate):
/usr/local/sbin/gearmand -d

A worker will be created and functions will be registered.
The test will attempt to terminate the worker when finished
with the test suite.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc GearmanX::Starter

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=GearmanX-Starter

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/GearmanX-Starter

    CPAN Ratings
        http://cpanratings.perl.org/d/GearmanX-Starter

    Search CPAN
        http://search.cpan.org/dist/GearmanX-Starter/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Douglas Wilson

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.