Skip Menu |

This queue is for tickets about the Cache CPAN distribution.

Report information
The Basics
Id: 78817
Status: resolved
Priority: 0/
Queue: Cache

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.04
Fixed in: (no value)



Subject: Warnings while running the test suite
While running the test suite there are a lot of warnings in the form t/01fileheap.t ... ok Use of uninitialized value $_[0] in lc at /var/tmp/build/Cache-2.04-wERYFi/blib/lib/Cache.pm line 485. ... I observed this with perl 5.16.0 and 5.14.2 on a FreeBSD system, but not with 5.10.1 Regards, Slaven
Hi Slaven, On Mon Aug 06 14:34:54 2012, SREZIC wrote: Show quoted text
> While running the test suite there are a lot of warnings in the form > > t/01fileheap.t ... ok > Use of uninitialized value $_[0] in lc at > /var/tmp/build/Cache-2.04-wERYFi/blib/lib/Cache.pm line 485. > ... > > I observed this with perl 5.16.0 and 5.14.2 on a FreeBSD system, but not > with 5.10.1 > > Regards, > Slaven
thanks for the report. This was fixed in the latest version on the git repo: https://github.com/shlomif/Cache The problem was that sometimes -w was being specified. It will be made part of Cache-2.05 which will be uploaded to CPAN soon. Regards, -- Shlomi Fish