public
Description: Cache::Weak is a Perl object cache based on weak references
Homepage:
Clone URL: git://github.com/esobchenko/cache-weak.git
Eugen J. Sobchenko (author)
Tue May 13 10:57:05 -0700 2008
commit  e271223e989bdef7cbee4dabf9dd6b73477d8726
tree    11c1d699f56e8aed779466f1f2762870072af502
parent  25e1a206af3898e4b5ba568c7df3f2d9b8ee7073
name age message
file Build.PL Loading commit data...
file Changes
file MANIFEST.SKIP
file README
directory lib/
directory t/
README
Cache::Weak

Perl object cache based on weak references

INSTALLATION

To install this module type the following:

  $ perl Build.PL
  $ perl ./Build
  $ perl ./Build test
  $ sudo perl ./Build install

COPYRIGHT AND LICENCE

Copyright 2008, Eugen Sobchenko <ejs@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.