package RT::Action::NotifyOwnerOrQueueAdminCcsAsComment; use strict; use warnings; use RT::Action::NotifyAsComment; use mro "c3"; use base qw( RT::Action::NotifyOwnerOrQueueAdminCcs RT::Action::NotifyAsComment ); RT::Base->_ImportOverlays(); 1;