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

name            'Ganglia-Gmetric-PP';
all_from        'lib/Ganglia/Gmetric/PP.pm';

install_script  'bin/gmetric-aggregator.pl';
install_script  'bin/gmetric.pl';

test_requires   'AnyEvent'                      => 0;

WriteAll;