Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dumbbench CPAN distribution.

Report information
The Basics
Id: 74002
Status: resolved
Priority: 0/
Queue: Dumbbench

People
Owner: Nobody in particular
Requestors: zaxon [...] yopmail.com
Cc:
AdminCc:

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



Subject: Uninitialized value warning
When using cmpthese, it produces this warning: Use of uninitialized value $style in lc at /usr/local/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Benchmark/Dumb.pm line 190. This line: my $style = shift; # ignored unless 'none' should probably be: my $style = shift || ''; # ignored unless 'none'
Thanks for bringing this up. Should be addressed in the release that I just pushed out. Cheers, Steffen