The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use inc::Module::Install;
name 'Growl-Any';
all_from 'lib/Growl/Any.pm';

requires 'LWP::UserAgent';

test_requires 'Test::More';

tests 't/*.t';
author_tests 'xt';

WriteAll;