Skip Menu |

This queue is for tickets about the PDF-Report CPAN distribution.

Report information
The Basics
Id: 83805
Status: rejected
Priority: 0/
Queue: PDF-Report

People
Owner: TEEJAY [...] cpan.org
Requestors: aaron.trevena [...] headforwards.com
Cc:
AdminCc:

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



CC: Aaron Trevena <aaron.trevena [...] gmail.com>
Subject: Uninitialised warnings on calling setInfo
Date: Thu, 07 Mar 2013 12:01:16 +0000
To: <bug-PDF-Report [...] rt.cpan.org>
From: Aaron Trevena <aaron.trevena [...] headforwards.com>
Hi, When calling setInfo on the PDF::Report object, if you haven't specified a value for every key in $self->{INFO} the length check on an undefined value causes warnings that can't be supressed using no warnings uninitialized. Fix is to check value is defined before checking length A -- Aaron Trevena, Senior Perl Developer HeadForwards
duplicate of 58200