X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMemoize%2FExpireTest.pm;h=729f6b98506147dd11290ce2df472b9aa96f8809;hb=5dca256ec738057dc331fb644a93eca44ad5fa14;hp=1c889ed93404ccf960931e39a86bd737fc375ca0;hpb=a0cb39004565ec2396fbdb3f1949b8f13304208e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Memoize/ExpireTest.pm b/lib/Memoize/ExpireTest.pm index 1c889ed..729f6b9 100644 --- a/lib/Memoize/ExpireTest.pm +++ b/lib/Memoize/ExpireTest.pm @@ -1,17 +1,24 @@ +package Memoize::ExpireTest; -# This is just for testing expiration semantics. -# It's not actually 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. +=head1 NAME -package Memoize::ExpireTest; +Memoize::ExpireTest - test for Memoize expiration semantics + +=head1 DESCRIPTION + +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. + +=cut +$VERSION = 0.65; my %cache; sub TIEHASH {