Skip Menu |

This queue is for tickets about the Log-Fu CPAN distribution.

Report information
The Basics
Id: 88851
Status: resolved
Priority: 0/
Queue: Log-Fu

People
Owner: MNUNBERG [...] cpan.org
Requestors: haarg [...] haarg.org
Cc:
AdminCc:

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



Subject: t/01-functionality.t broken in newer perls
t/01-functionality.t has the line: foreach my $lvl qw(debug info warn err crit) { This isn't valid in up to date versions of perl. Instead it should be: foreach my $lvl (qw(debug info warn err crit)) {
Fixed in 0.31