This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Graham Barr (author)
Mon Apr 06 13:33:56 -0700 2009
| 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!








