From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
eval 'use Test::Kwalitee';
plan skip_all => 'Test::Kwalitee not installed; skipping' if $@;