Skip Menu |

This queue is for tickets about the Memoize CPAN distribution.

Report information
The Basics
Id: 18170
Status: new
Priority: 0/
Queue: Memoize

People
Owner: Nobody in particular
Requestors: amw1 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.00
  • 1.01
Fixed in: (no value)



Subject: Issue with Memoize::Expire and DB_File
There is a bug in 1.00 and 1.01 that appears to cause the HASH value that is passed to the tie to be ignored. The code below appears to fix the issue (near the end of Memoize::Expire::TIEHASH) if(exists($args{HASH})) { $args{C} = $args{HASH}; } else { $args{C} = \%cache; }