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-rt_cpan_org');
license         ('GPL version 2');
# RTx auto-gen abstract when we want it from file
abstract_from   ('lib/RT/Extension/rt_cpan_org.pm');
all_from        ('lib/RT/Extension/rt_cpan_org.pm');

requires        'Hook::LexWrap';

WriteAll();