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 'Number-Extreme';
all_from 'lib/Number/Extreme.pm';
readme_from 'lib/Number/Extreme.pm';
build_requires 'Test::More';
auto_include_deps;
author_tests('xt');
auto_set_repository;
WriteAll;