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: 84545
Status: rejected
Priority: 0/
Queue: Log-Dispatch

People
Owner: DROLSKY [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.36
Fixed in: 2.37



Subject: subclassing of ::File
Subclassing ::File is a little tricky because parameters are copied into $self (and validated) in _make_handle, not in _basic_init. I've fixed things up, as well as added some tests, in https://github.com/karenetheridge/Log-Dispatch/tree/topic/fix_subclassing. I build on this in updates to Log::Dispatch::File::Stamped, which wraps _basic_init and log_message.