package RT::Transaction; no warnings qw(redefine); # Used for our export function. $_BriefDescriptions{Export} = sub { my $self = shift; return $self->loc( "Exported to [_1]", $self->NewValue); }; 1;