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

..03-May-2022-

test/H01-Feb-2000-3218

CHANGESH A D01-Feb-2000207 85

COPYINGH A D28-Jan-200012.2 KiB249200

Cache.pmH A D01-Feb-200013.1 KiB652225

DISCLAIMERH A D28-Jan-20001.2 KiB2219

MANIFESTH A D30-Jan-2000103 1311

Makefile.PLH A D01-Feb-2000332 137

READMEH A D01-Feb-20001 KiB4726

TODOH A D01-Feb-2000290 137

test.plH A D30-Jan-20003.7 KiB225116

README

1Copyright (C) 2000 DeWitt Clinton <dclinton@eziba.com>, eZiba.com, Inc.
2
3   This program is free software; you can redistribute it and/or modify
4   it under the terms of the GNU General Public License as published by
5   the Free Software Foundation; either version 1, or (at your option)
6   any later version.
7
8   This program is distributed in the hope that it will be useful,
9   but WITHOUT ANY WARRANTY; without even the implied warranty of
10   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11   GNU General Public License for more details.
12
13   You should have received a copy of the GNU General Public License
14   along with this program; if not, write to the Free Software
15   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
17
18NAME
19
20  IPC::Cache
21
22DESCRIPTION
23
24  IPC::Cache implements an object store where data is persisted across processes
25
26REQUIREMENTS
27
28  IPC::ShareLite version >= 0.06
29  Storable version >= 0.607
30
31INSTALLATION
32
33  perl Makefile.PL
34  make
35  make test
36  make install
37
38USAGE
39
40  see perldoc IPC::Cache
41
42
43
44
45
46
47