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 'SOAP-Simple';

all_from 'lib/SOAP/Simple.pm';

requires 'Moose'              => 0.73;
requires 'XML::Compile::SOAP' => 2.03;

WriteAll;