The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;


RTx 'RT-Extension-NotifyBasedOnOwnership';
all_from 'lib/RT/Extension/NotifyBasedOnOwnership.pm';
readme_from 'lib/RT/Extension/NotifyBasedOnOwnership.pm';
license  'gplv2';

requires_rt('4.0.0');

sign;
WriteAll;