diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-29 18:34:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-29 18:34:27 +0000 |
commit | 5189e6feed9c4945d8abd4abe4d194bcee21856d (patch) | |
tree | 477faaf7d4fac90ed740d053728483b5c64e6f3b /lib/Memoize/README | |
parent | 2f12987e42cb5c4dc29bec6985e2491b4e06657d (diff) | |
download | perl-5189e6feed9c4945d8abd4abe4d194bcee21856d.tar.gz |
Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
which one has to get from the CPAN distribution.
p4raw-id: //depot/perl@15614
Diffstat (limited to 'lib/Memoize/README')
-rw-r--r-- | lib/Memoize/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Memoize/README b/lib/Memoize/README index b7abb5f4c3..552f621236 100644 --- a/lib/Memoize/README +++ b/lib/Memoize/README @@ -1,7 +1,7 @@ Name: Memoize What: Transparently speed up functions by caching return values. -Version: 0.66 +Version: 1.00 Author: Mark-Jason Dominus (mjd-perl-memoize+@plover.com) ################################################################ @@ -25,6 +25,11 @@ If not, please send me a report that mentions which tests failed. The address is: mjd-perl-memoize+@plover.com. ################################################################ +What's new since 0.66: + +Minor documentation and test changes only. + +################################################################ What's new since 0.65: Test changes only. |