diff options
author | Moritz Lenz <moritz@casella.verplant.org> | 2008-05-22 17:47:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-05-23 06:07:30 +0000 |
commit | b60ab40eb1d60b7918d821d835bf0a7e6295f5ee (patch) | |
tree | be388e3303d91aac53b08693c695163ffeba5770 /lib/Memoize.pm | |
parent | 827116e637c1b55c14872c13c9cb84c0cf5dffaf (diff) | |
download | perl-b60ab40eb1d60b7918d821d835bf0a7e6295f5ee.tar.gz |
[DOC PATCH] Memoize.pm refers to old title of "Higher Order Perl"
Message-ID: <48357958.2050501@casella.verplant.org>
p4raw-id: //depot/perl@33909
Diffstat (limited to 'lib/Memoize.pm')
-rw-r--r-- | lib/Memoize.pm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/Memoize.pm b/lib/Memoize.pm index f14a34a9fe..a7f29de693 100644 --- a/lib/Memoize.pm +++ b/lib/Memoize.pm @@ -1003,11 +1003,10 @@ memoization and about the internals of Memoize that appeared in The Perl Journal, issue #13. (This article is also included in the Memoize distribution as `article.html'.) -My upcoming book will discuss memoization (and many other fascinating -topics) in tremendous detail. It will be published by Morgan Kaufmann -in 2002, possibly under the title I<Perl Advanced Techniques -Handbook>. It will also be available on-line for free. For more -information, visit http://perl.plover.com/book/ . +The author's book I<Higher Order Perl> (2005, ISBN 1558607013, published +by Morgan Kaufmann) discusses memoization (and many other fascinating +topics) in tremendous detail. It will also be available on-line for free. +For more information, visit http://perl.plover.com/book/ . To join a mailing list for announcements about C<Memoize>, send an empty message to C<mjd-perl-memoize-request@plover.com>. This mailing |