The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#Makefile.PL
use strict;
use warnings;
use inc::Module::Install;

license 'gpl';

name 'Audio-RPLD';
all_from 'lib/Audio/RPLD.pm';

WriteAll;