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

all_from      ('lib/App/Whiff.pm');

install_script('bin/whiff');

requires('File::Which'               => 0.000); # minimum unknown

extra_tests;

repository('http://github.com/rjbs/app-whiff');
auto_manifest;

WriteAll();