The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use inc::Module::Install;

RTx('RT-Extension-ExtractSubjectTagOnTransaction');

name            ('RT-Extension-ExtractSubjectTagOnTransaction');
abstract        ("On transaction, adds the tags in the transaction subject to the ticket's subject.");
author          ('Robert Spier <robert@bestpractical.com>');
version_from    ('lib/RT/Extension/ExtractSubjectTagOnTransaction.pm');
license         ('GPL version 2');

&WriteAll;