[rt-users] We found a merged ticket
Jesse Vincent
jesse at bestpractical.com
Tue Feb 12 11:39:42 EST 2008
On Feb 12, 2008, at 11:35 AM, Mario Aeby wrote:
>> Without the output of Carp::cluck, it's not so useful, unfortunately.
>>
>> perldoc Carp;
>
>
> For all the poor souls out there requesting support and getting
> nothing more than perldoc thrown at them:
Cut me a bit of slack ;) I do all the digging for support requests for
customers all day. Generally it's not considered wrong to ask an end-
user of an opensource project to help with the debugging. Of course,
if you want me to do all the work....
Best,
Jesse
>
> - --
> if ( ( $self->EffectiveId ) and ( $self->EffectiveId != $self-
> >Id ) ) {
> $RT::Logger->debug ("We found a merged ticket.". $self-
> >id ."/".$self->EffectiveId);
>
> use Carp qw(cluck);
> cluck "Test";
>
> return ( $self->Load( $self->EffectiveId ) );
> }
> - --
>
More information about the rt-users
mailing list