This module provides a shared cache, using a memory mapped file. Very useful
for mod_perl applications. If routines are provided which interact with the
underlying data, access to the cache is completely transparent, and the module
handles all the details of refreshing cache contents, and updating underlying
data, if necessary.

Changes between versions 0.081 and 0.09
  Behave correctly on systems which don't allow mmap()ing of locked files
  Minor documentation improvements

Changes between versions 0.08 and 0.081
  Make t/03corrupt.t work in UTF8 locales


INSTALLING
What you need to install this module:
	Storable module
	Test::More module (only used during testing)
How to install
	perl Makefile.PL
	make
	make install


$Id: README,v 1.9 2005/11/15 18:34:47 pmh Exp $

Copyright (C) Institute of Physics Publishing 2002-2005
You may distribute under the terms of the GPL or the Artistic License,
as distributed with Perl.