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

..03-May-2022-

lib/Memoize/H06-Jul-2016-407218

t/H06-Jul-2016-232161

ChangesH A D06-Jul-2016858 3022

LICENSEH A D06-Jul-201617.9 KiB380292

MANIFESTH A D06-Jul-2016194 1211

META.jsonH A D06-Jul-20161.2 KiB5048

META.ymlH A D06-Jul-2016670 2726

Makefile.PLH A D06-Jul-20161.2 KiB5847

READMEH A D06-Jul-2016664 2513

dist.iniH A D06-Jul-2016297 2016

README

1This is the README file for Memoize::ExpireLRU
2
3Memoize::ExpireLRU is a module that implements LRU expiration for
4Memoize.
5
6
7You can read a nicely formatted version of the documentation for
8this module online:
9
10    https://metacpan.org/pod/Module::Info
11
12
13You should be able to install this using your usual method for installing
14modules from CPAN. If you don't have one, have a look at:
15
16    http://www.cpan.org/modules/INSTALL.html
17
18Memoize::ExpireLRU requires Memoize version 0.52 or greater.
19
20Copyright (c) 1999 Brent B. Powers. All rights reserved.
21
22This program is free software,
23you may redistribute it and/or modify it under the same terms as Perl itself.
24
25