in reply to Possible bug in Memoize::Expire

I concur with your assessment.

I checked rt.cpan.org, and there's no bug report for it. This distribution's bug reports. U: So I've created one.

By the way, I'd use $args{C} = $args{HASH} || \%cache; in case $args{HASH} exists, but isn't defined.

Replies are listed 'Best First'.
Re^2: Possible bug in Memoize::Expire
by amw1 (Friar) on Mar 14, 2006 at 19:17 UTC
    I sent mail to the maintainer and opened a bug. FYI.