/usr/share/doc/libmemoize-expirelru-perl/README is in libmemoize-expirelru-perl 0.55-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | This is the README file for Memoize::ExpireLRU
Memoize::ExpireLRU is a module that implements LRU expiration for
Memoize.
To build and install this extension, simply chant:
perl Makefile.PL
make
make test
make install
Memoize::ExpireLRU requires Memoize version 0.52 or greater.
|