[rt-users] We found a merged ticket

Mario Aeby mario.aeby at dkf.unibe.ch
Tue Feb 12 11:35:30 EST 2008


> 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:

- --
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