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 ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'         => 'Catalyst::Plugin::Server::JSONRPC',
    'VERSION_FROM' => 'lib/Catalyst/Plugin/Server/JSONRPC.pm',
    'EXE_FILES'    => ['bin/jsonrpc_client'],
    'PREREQ_PM'    => { 'Catalyst'          => '5.66',
                        'JSON::RPC::Common' => '0.03',
                        'JSON'              => '2.0',
                        'Catalyst::Plugin::Server' => '0.01',
                    }
);