X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMemoize%2FExpireTest.pm;h=729f6b98506147dd11290ce2df472b9aa96f8809;hb=5dca256ec738057dc331fb644a93eca44ad5fa14;hp=41a3ad9a40fa20a32c6550eead7994c635318b5a;hpb=9038e305e40aa7aacfc52a55cb7265c4f175011b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Memoize/ExpireTest.pm b/lib/Memoize/ExpireTest.pm index 41a3ad9..729f6b9 100644 --- a/lib/Memoize/ExpireTest.pm +++ b/lib/Memoize/ExpireTest.pm @@ -6,18 +6,19 @@ Memoize::ExpireTest - test for Memoize expiration semantics =head1 DESCRIPTION -This is just for testing expiration semantics. It's not actually a -very good example of how to write an expiration module. +This module is just for testing expiration semantics. It's not a very +good example of how to write an expiration module. If you are looking for an example, I recommend that you look at the simple example in the Memoize::Expire documentation, or at the code for Memoize::Expire itself. If you have questions, I will be happy to answer them if you send them -to mjd-perl/memoize+@plover.com. +to mjd-perl-memoize+@plover.com. =cut +$VERSION = 0.65; my %cache; sub TIEHASH {