NAME
Job::Machine::DB
VERSION
version 0.17
NAME
Job::Machine::DB - Database class for Job::Machine
METHODS
new
my $client = Job::Machine::DB->new(
dbh => $dbh,
queue => 'queue.subqueue',
);
my $client = Job::Machine::Base->new(
dsn => @dsn,
);
set_listen
Sets up the listener
AUTHOR
Kaare Rasmussen <kaare at cpan dot net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Kaare Rasmussen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.