> 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 ) );
}
- --
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com