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

..03-May-2022-

inc/Module/H05-Dec-2010-1,7061,252

lib/Cache/Memcached/H05-Dec-2010-11056

t/H05-Dec-2010-10579

COPYRIGHTH A D17-Apr-200619.2 KiB367304

ChangesH A D19-Apr-2009196 85

MANIFESTH A D23-Nov-2009340 1817

META.ymlH A D23-Nov-2009558 2625

Makefile.PLH A D23-Nov-2009157 86

READMEH A D17-Apr-2006945 3623

README

1Cache-Memcached-Tie version 0.01
2================================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28Cache::Memcached
29
30COPYRIGHT AND LICENCE
31
32See copyright.
33
34Copyright (C) 2006 by Andrew KOstenko
35
36