I am getting this warning message:
Reference passed to set at C:/Perl/site/lib/Cache.pm line 289The 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.
(0)
]
