Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 65583
Status: rejected
Priority: 0/
Queue: Log-Dispatchouli

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

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



Subject: log::dispatchouli handling log_fatal dies at .../x86_64-linux-thread-multi/Moose/Meta/Method/Delegation.pm line 108
$ perl -MLog::Dispatchouli -E 'package A;use Moose;has l=>(default=>sub{Log::Dispatchouli->new({ident=>"foo"})},handles=>["log_fatal"]);sub a{$_[0]->log_fatal("foo")} A->new->a' foo at /home/jquelin/prog/local/lib/perl5/x86_64-linux-thread-multi/Moose/Meta/Method/Delegation.pm line 108 ==> we want the log_fatal to report where it fails, not the moose handling code. adding a \n doesn't help
I'm not sure there's a generic way forward here. Suggestions? Anyone? -- rjbs
I think this is a generic issue with Moose and I don't have a good solution. If we come up with one, I'll implement it. Meantime, I'm closing this to get us fully moved off of rt.cpan.org -- rjbs