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     'WebService-Saasu';
all_from 'lib/WebService/Saasu.pm';
author   q{Tobias Kirschstein <lev@cpan.org>};
license  'perl';

build_requires 'Test::More';

requires 'Mouse';
requires 'Web::API';
requires 'XML::Simple';

auto_install;

WriteAll;