Commit graph

7 commits

Author SHA1 Message Date
mef
0ba87a6411 Update 1.06 to 1.08
-------------------
1.08 2015-01-22
 - try to avoid some race conditions (thanks, Petr P«¿sa )
 - typo fixes (thanks, David Steinbrunner)

1.07 2014-09-17
 - fix a bug where we checked @$ instead of $@ after eval
2015-01-26 07:14:40 +00:00
he
ea26cfc32a Update from version 1.05nb1 to 1.06.
Upstream changes:

1.06 in progress
 - updated the project homepage and added notes about the CHI project
 - fixed extra "use vars" in CacheUtils
2009-04-12 10:49:30 +00:00
wiz
602599e764 Update to 1.05:
1.05 2006-05-26-08-22
 - release version 1.05
 - added test for auto_purge_on_get
 - fixed infinite loop with auto_purge_on_get
 - fixed directory paths on Windows partitions
 - NullCache uses BaseCache
2006-07-19 22:34:56 +00:00
wiz
5e6f1fefe4 Update to 1.04:
1.04 2005-03-17-11-23
 - release version 1.04
 - repair permissions on temp cache files
2005-11-22 21:58:33 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
he
4f2b4fb609 Update p5-Cache-Cache from version 1.02 to 1.03.
Change log:

1.03 2004-10-04-11-23
 - release version 1.03
 - modified the FileBackend to use the more robust File::Temp
 - "officially" recommend FileCache over SharedMemoryCache
 - added more robust error checking for shared memory caches
 - added a check for invalid frozen data
 - added $1 to all error messages
2004-12-05 15:54:15 +00:00
he
1281c649df Import p5-Cache-Cache version 1.02.
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.
2003-08-30 18:47:51 +00:00