X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMemoize%2FREADME;h=552f6212363e81e6258b0a4310eebf54f5735e98;hb=494f1016b728a37665c950a6d0b4ae238a18cc78;hp=011c4bfed1ed086b972acfa5179031146d67226f;hpb=899dc88a93c9f405bbb10a691d04fc8dc860485b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Memoize/README b/lib/Memoize/README index 011c4bf..552f621 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.65 +Version: 1.00 Author: Mark-Jason Dominus (mjd-perl-memoize+@plover.com) ################################################################ @@ -25,6 +25,24 @@ 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. + + 0.62 was the fist version that would be distributed with Perl. + I got so absorbed in integrating it that I wrote some tests + that used Time::HiRes. I knew this was safe because + Time::HiRes is also distributed with the same versions of + Perl. I totally forgot that some people will get the module + off of CPAN without Perl and they may not have TIme::HiRes. + Sorry! + +################################################################ What's new since 0.62: