Cache - Warning message in Cache::Entry

Posted on Mon Jan 29 17:55:41 2007 by hpham
Warning message in Cache::Entry
Hi,

I am getting this warning message:

Reference passed to set at C:/Perl/site/lib/Cache.pm line 289

The actual origin is at Cache::Entry line 107 (sub set).

Considering that passing reference to the cache (especially memory cache) is something that is done quite common, and that most people have "use warnings" on by default, I am wondering why the need to display a warning message at all.

Thanks.

Write a response