gbarr / perl-beanstalk-client
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (7)
- Wiki (1)
- Graphs
-
Tree:
4e3ff6d
Graham Barr (author)
Mon Apr 06 13:33:56 -0700 2009
commit 4e3ff6d5bcc84b0a633fa3105f78fac26d0d4acc
tree 2c4d4a27686c48e57cb2899ae8668ce706decee2
parent 1ab88d3338bf7fd43fd4f71323e4664c4dbd62ad
tree 2c4d4a27686c48e57cb2899ae8668ce706decee2
parent 1ab88d3338bf7fd43fd4f71323e4664c4dbd62ad
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
META.yml | ||
| |
Makefile.PL | ||
| |
README | ||
| |
SIGNATURE | ||
| |
inc/ | ||
| |
lib/ | ||
| |
t/ |
README
Beanstalk::Client provides a Perl API to the beanstalkd server by Keith Rarick You can obtain the server from http://xph.us/software/beanstalkd/ AVAILABILITY The latest version of this library is available from the Comprehensive Perl Archive Network (CPAN). To find a CPAN site near you see: http://search.cpan.org/~gbarr/Beanstalk-Client/ A git repository is available at http://git.goingon.net/?p=Beanstalk-Client.git;a=summary You can clone the repository with git clone git://git.goingon.net/Beanstalk-Client.git INSTALLATION Installation can be performed using the CPAN shell perl -MCPAN -e shell or manually with perl Makefile.PL make make test make install If you want to install a private copy of libnet in your home directory, then you should try to produce the initial Makefile with something like this command: perl Makefile.PL INSTALL_BASE=~/perl SUPPORT Questions about how to use this library and any bug reports should be sent to me at <gbarr@pobox.com>. COPYRIGHT © 2008 Graham Barr. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Share and Enjoy!

