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 strict;
use warnings;

# make darned sure this plugin it doesn't run for users during tests, because
# it's going to fail if they haven't satisfied develop prereqs.
END {
    die '[EnsurePrereqsInstalled] has been loaded!' if $INC{ 'Dist/Zilla/Plugin/EnsurePrereqsInstalled.pm' };
}

1;