The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Check minimum versions of perl required.

use strict;
use warnings;

use Test::MinimumVersion;

all_minimum_version_from_metayml_ok();