Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 99474
Status: resolved
Priority: 0/
Queue: Log-Dispatch

People
Owner: Nobody in particular
Requestors: chris [...] hutchinsonsoftware.com
Cc:
AdminCc:

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



Subject: error in DESTROY unless Log::Dispatch::Email is buffered
Date: Tue, 14 Oct 2014 11:46:52 +1100
To: <bug-Log-Dispatch [...] rt.cpan.org>
From: "Chris Hutchinson" <chris [...] hutchinsonsoftware.com>
In Log::Dispatch::Email v2.43 if buffered is off an error is thrown when trying to deference the undef $self->{buffer} array in DESTROY. Fix is to always initialise $self->{buffer}=[] in new()