The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install 0.85;
name('Jifty-Plugin-Feedback');
all_from('lib/Jifty/Plugin/Feedback.pm');

requires('Jifty');

auto_install();
tests(qw( t/*/t/*.t ));

WriteAll;