The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@ScripConditions = (
    { Name                 => 'On Owned',
      Description          => "When a ticket's owner is changed from Nobody",
      ApplicableTransTypes => 'Any',
      ExecModule           => 'OnOwned', 
    },
    { Name                 => 'On Abandoned',
      Description          => "When a ticket's owner is changed to Nobody",
      ApplicableTransTypes => 'Any',
      ExecModule           => 'OnAbandoned',
    },
);

1;