Skip Menu |

This queue is for tickets about the Cache-FastMemoryCache CPAN distribution.

Report information
The Basics
Id: 38795
Status: new
Priority: 0/
Queue: Cache-FastMemoryCache

People
Owner: Nobody in particular
Requestors: bitcard.org [...] illusori.co.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: (no value)



Subject: $cache->Size() dies: Can't locate object method "new" via package "Cache::MemoryCache"
Implementation of the Size() method dies, reproducable with: bash$ perl -mCache::FastMemoryCache -e '$cache = Cache::FastMemoryCache->new(); $cache->set( "a", "b" ); print $cache->Size(), "\n";' Can't locate object method "new" via package "Cache::MemoryCache" (perhaps you forgot to load "Cache::MemoryCache"?) at /usr/local/share/perl/5.10.0/Cache/FastMemoryCache.pm line 69. Running: Cache-FastMemoryCache-0.01 perl, v5.10.0 built for i486-linux-gnu-thread-multi Linux *** 2.6.25-2-686 #1 SMP Fri Jul 18 17:46:56 UTC 2008 i686 GNU/Linux Debian.