Lines Matching refs:module
184 my $module = shift @args;
185 if ($context eq 'LIST' && $scalar_only{$module}) {
186 croak("You can't use $module for LIST_CACHE because it can only store scalars");
188 my $modulefile = $module . '.pm';
192 croak "Memoize: Couldn't load hash tie module `$module': $@; aborting";
194 my $rc = (tie %$hash => $module, @args);
196 croak "Memoize: Couldn't tie hash to `$module': $!; aborting";
442 Or you could use this module, like this:
470 This module exports exactly one function, C<memoize>. The rest of the
903 Recently someone mentioned to me that the Memoize module made his
932 package is a glue module called C<Memoize::SDBM_File> which does
965 See Memoize::Expire, which is a plug-in module that adds expiration
968 module to implement whatever policy you desire. Memoize comes with
1030 Powers for the Memoize::ExpireLRU module, to Ariel Scolnicov for
1044 this module in the core and for his patient and helpful guidance