• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Queue/H16-Jan-2008-631330

t/H16-Jan-2008-169

Build.PLH A D16-Jan-2008419 1615

ChangesH A D16-Jan-2008291 107

MANIFESTH A D16-Jan-2008111 109

MANIFEST.skipH A D16-Jan-200810 21

META.ymlH A D16-Jan-2008498 2221

Makefile.PLH A D16-Jan-20081.1 KiB3221

READMEH A D16-Jan-2008693 3118

README

1Queue-Beanstalk version 0.02
2============================
3
4Client library for the beanstalkd daemon by Keith Rarick.
5
6For more information on the perl module; read the documentation
7inside the module.
8
9For more information on beanstalkd, visit the folowing site:
10
11  http://xph.us/software/beanstalkd/
12
13
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2008 by Loopback Systems AS
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself, either Perl version 5.8.8 or,
30at your option, any later version of Perl 5 you may have available.
31