Thank you very much for catching this.
I have updated the module and uploaded the corrected version to CPAN. It should be available shortly.
I have also added your contact information in as a contributor to the module.
Thank you for your time and effort in catching this.
- Phil
On Jul 14, 2011, at 9:36 AM, john via RT wrote:
Show quoted text> Thu Jul 14 12:36:55 2011: Request 69478 was acted upon.
> Transaction: Ticket created by john@johnrbarker.com
> Queue: VMware-API-LabManager
> Subject: Missing use Data:Debug for LabManager.pm
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: john@johnrbarker.com
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=69478 >
>
>
> Hi,
>
> VMware/API/LabManager.pm Line 117 is:
> warn "\n\nERROR DETAILS:\n" . Dumper($data) if $self->{debug};
> But LabManager.pm does not have a "use Data::Dumper;" line.
>
> This is only hit when running with $labman->config(debug => 1)
>
> Thanks,
> John Barker
>
>