Subject: | Unknown warnings category 'Cache' in 2.09 |
Date: | Tue, 13 May 2014 13:42:03 +0300 |
To: | bug-cache [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
I know the modules can only store strings but the warning should say so.
The code that generates this warning is
use strict;
use warnings;
use 5.010;
use Cache::File;
my $cache = Cache::File->new( cache_root => '/tmp/cache_demo' );
$cache->set( 'demo', {x => 23}, '10 s' );
Unknown warnings category 'Cache' at
/Users/gabor/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Cache/Entry.pm
line 107.